#ECD87D

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

Shades of Flax #ECD87D

Tints of Flax #ECD87D

Color information

#ECD87D (or 0xECD87D) is unknown color: approx Flax. HEX triplet: EC, D8 and 7D. RGB value is (236,216,125). Sum of RGB (Red+Green+Blue) = 236+216+125=577 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.90% from 577); Green value is 216 (84.77% from 255 or 37.44% from 577); Blue value is 125 (49.22% from 255 or 21.66% from 577); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD87D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD87D is #132782. Grayscale: #D3D3D3. Windows color (decimal): -1255299 or 8247532. OLE color: 8247532.

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

Color convert

RGB236216125-
CMYK00.080.470.07
HSL49.19º74.5%70.78%-
HSV(B)49.19º47.03%92.55%-
XYZ62.8568.4329.3-
YUV211.6179.13145.4-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.90%
GREEN value IS 216 (84.77% from 255) = 37.44%
BLUE value IS 125 (49.22% from 255) = 21.66%
R=40.90%
G=37.44%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621612500.080.470.0749.1974.570.78
HexECD87D082F7314a47
Octal35433017501057761112107
Binary111011001101100011111010100010111111111000110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD87D; }

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

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

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

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

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

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

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

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