#ECDC87

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

Shades of Flax #ECDC87

Tints of Flax #ECDC87

Color information

#ECDC87 (or 0xECDC87) is unknown color: approx Flax. HEX triplet: EC, DC and 87. RGB value is (236,220,135). Sum of RGB (Red+Green+Blue) = 236+220+135=591 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.93% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 135 (53.12% from 255 or 22.84% from 591); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDC87 is #132378. Grayscale: #D7D7D7. Windows color (decimal): -1254265 or 8903916. OLE color: 8903916.

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

Color convert

RGB236220135-
CMYK00.070.430.07
HSL50.5º72.66%72.75%-
HSV(B)50.5º42.8%92.55%-
XYZ64.5670.7733.18-
YUV215.0982.8142.91-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.93%
GREEN value IS 220 (86.33% from 255) = 37.23%
BLUE value IS 135 (53.12% from 255) = 22.84%
R=39.93%
G=37.23%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622013500.070.430.0750.572.6672.75
HexECDC87072B7324949
Octal3543342070753762111111
Binary111011001101110010000111011110101111111001010010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDC87; }

 p { color: rgb(236,220,135); }

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

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

 a { background-color: rgb(236,220,135); }

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

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

 span { border-color: rgb(236,220,135); }

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