#ECD88D

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

Shades of Flax #ECD88D

Tints of Flax #ECD88D

Color information

#ECD88D (or 0xECD88D) is unknown color: approx Flax. HEX triplet: EC, D8 and 8D. RGB value is (236,216,141). Sum of RGB (Red+Green+Blue) = 236+216+141=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 216 (84.77% from 255 or 36.42% from 593); Blue value is 141 (55.47% from 255 or 23.78% from 593); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD88D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD88D is #132772. Grayscale: #D5D5D5. Windows color (decimal): -1255283 or 9296108. OLE color: 9296108.

HSL color Cylindrical-coordinate representation of color #ECD88D: hue angle of 47.37º 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 #ECD88D is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB236216141-
CMYK00.080.400.07
HSL47.37º71.43%73.92%-
HSV(B)47.37º40.25%92.55%-
XYZ63.9668.8735.12-
YUV213.4387.13144.1-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.80%
GREEN value IS 216 (84.77% from 255) = 36.42%
BLUE value IS 141 (55.47% from 255) = 23.78%
R=39.80%
G=36.42%
B=23.78%

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
Decimal23621614100.080.400.0747.3771.4373.92
HexECD88D082872f474a
Octal35433021501050757107112
Binary1110110011011000100011010100010100011110111110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD88D; }

 p { color: rgb(236,216,141); }

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

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

 a { background-color: rgb(236,216,141); }

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

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

 span { border-color: rgb(236,216,141); }

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