#ecda8e

Color #ECDA8E Flax (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flax #ECDA8E

Tints of Flax #ECDA8E

Color information

#ECDA8E (or 0xECDA8E) is unknown color: approx Flax. HEX triplet: EC, DA and 8E. RGB value is (236,218,142). Sum of RGB (Red+Green+Blue) = 236+218+142=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 218 (85.55% from 255 or 36.58% from 596); Blue value is 142 (55.86% from 255 or 23.83% from 596); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDA8E is #132571. Grayscale: #D7D7D7. Windows color (decimal): -1254770 or 9362156. OLE color: 9362156.

HSL color Cylindrical-coordinate representation of color #ECDA8E: hue angle of 48.51º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ECDA8E is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB236218142-
CMYK00.080.400.07
HSL48.51º71.21%74.12%-
HSV(B)48.51º39.83%92.55%-
XYZ64.5569.9335.69-
YUV214.7286.96143.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 236 (92.58% from 255) = 39.60%
GREEN value IS 218 (85.55% from 255) = 36.58%
BLUE value IS 142 (55.86% from 255) = 23.83%
R=39.60%
G=36.58%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621814200.080.400.0748.5171.2174.12
HexECDA8E0828731474a
Octal35433221601050761107112
Binary1110110011011010100011100100010100011111000110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ecda8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ecda8e; }

 p { color: rgb(236,218,142); }

 H1.HeaderClassName
 {
   color: #ecda8e;
 }
 .AnyTagClassName
 {
   color: #ecda8e;
 }
</style>
background-color css

<style>
 a { background-color: #ecda8e; }

 a { background-color: rgb(236,218,142); }

 div.DivClassName
 {
   background-color: #ecda8e;
 }
 .BgClassName
 {
   background-color: #ecda8e;
 }
</style>
border-color css

<style>
 span { border-color: #ecda8e; }

 span { border-color: rgb(236,218,142); }

 td.TdClassName
 {
   border-color: #ecda8e;
 }
 .TagClassName
 {
   border-color: #ecda8e;
 }
</style>