#ECD99D

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

Shades of Splash #ECD99D

Tints of Splash #ECD99D

Color information

#ECD99D (or 0xECD99D) is unknown color: approx Splash. HEX triplet: EC, D9 and 9D. RGB value is (236,217,157). Sum of RGB (Red+Green+Blue) = 236+217+157=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 217 (85.16% from 255 or 35.57% from 610); Blue value is 157 (61.72% from 255 or 25.74% from 610); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD99D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD99D is #132662. Grayscale: #D8D8D8. Windows color (decimal): -1255011 or 10344940. OLE color: 10344940.

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

Color convert

RGB236217157-
CMYK00.080.330.07
HSL45.57º67.52%77.06%-
HSV(B)45.57º33.47%92.55%-
XYZ65.4969.8941.94-
YUV215.8494.79142.38-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.69%
GREEN value IS 217 (85.16% from 255) = 35.57%
BLUE value IS 157 (61.72% from 255) = 25.74%
R=38.69%
G=35.57%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621715700.080.330.0745.5767.5277.06
HexECD99D082172e444d
Octal35433123501041756104115
Binary1110110011011001100111010100010000111110111010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD99D; }

 p { color: rgb(236,217,157); }

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

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

 a { background-color: rgb(236,217,157); }

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

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

 span { border-color: rgb(236,217,157); }

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