#ECD788

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

Shades of Flax #ECD788

Tints of Flax #ECD788

Color information

#ECD788 (or 0xECD788) is unknown color: approx Flax. HEX triplet: EC, D7 and 88. RGB value is (236,215,136). Sum of RGB (Red+Green+Blue) = 236+215+136=587 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.20% from 587); Green value is 215 (84.38% from 255 or 36.63% from 587); Blue value is 136 (53.52% from 255 or 23.17% from 587); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD788 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD788 is #132877. Grayscale: #D4D4D4. Windows color (decimal): -1255544 or 8968172. OLE color: 8968172.

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

Color convert

RGB236215136-
CMYK00.090.420.07
HSL47.4º72.46%72.94%-
HSV(B)47.4º42.37%92.55%-
XYZ63.3468.2133.12-
YUV212.2784.96144.92-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.20%
GREEN value IS 215 (84.38% from 255) = 36.63%
BLUE value IS 136 (53.52% from 255) = 23.17%
R=40.20%
G=36.63%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621513600.090.420.0747.472.4672.94
HexECD788092A72f4849
Octal35432721001152757110111
Binary1110110011010111100010000100110101011110111110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD788; }

 p { color: rgb(236,215,136); }

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

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

 a { background-color: rgb(236,215,136); }

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

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

 span { border-color: rgb(236,215,136); }

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