#ECD87E

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

Shades of Flax #ECD87E

Tints of Flax #ECD87E

Color information

#ECD87E (or 0xECD87E) is unknown color: approx Flax. HEX triplet: EC, D8 and 7E. RGB value is (236,216,126). Sum of RGB (Red+Green+Blue) = 236+216+126=578 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.83% from 578); Green value is 216 (84.77% from 255 or 37.37% from 578); Blue value is 126 (49.61% from 255 or 21.80% from 578); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD87E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD87E is #132781. Grayscale: #D4D4D4. Windows color (decimal): -1255298 or 8313068. OLE color: 8313068.

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

Color convert

RGB236216126-
CMYK00.080.470.07
HSL49.09º74.32%70.98%-
HSV(B)49.09º46.61%92.55%-
XYZ62.9168.4529.64-
YUV211.7279.63145.32-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.83%
GREEN value IS 216 (84.77% from 255) = 37.37%
BLUE value IS 126 (49.61% from 255) = 21.80%
R=40.83%
G=37.37%
B=21.80%

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
Decimal23621612600.080.470.0749.0974.3270.98
HexECD87E082F7314a47
Octal35433017601057761112107
Binary111011001101100011111100100010111111111000110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD87E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD87E; }

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

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

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

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

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

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

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

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