#ECD99C

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

Shades of Splash #ECD99C

Tints of Splash #ECD99C

Color information

#ECD99C (or 0xECD99C) is unknown color: approx Splash. HEX triplet: EC, D9 and 9C. RGB value is (236,217,156). Sum of RGB (Red+Green+Blue) = 236+217+156=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 217 (85.16% from 255 or 35.63% from 609); Blue value is 156 (61.33% from 255 or 25.62% from 609); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD99C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD99C is #132663. Grayscale: #D7D7D7. Windows color (decimal): -1255012 or 10279404. OLE color: 10279404.

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

Color convert

RGB236217156-
CMYK00.080.340.07
HSL45.75º67.8%76.86%-
HSV(B)45.75º33.9%92.55%-
XYZ65.4169.8641.49-
YUV215.7394.29142.46-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.75%
GREEN value IS 217 (85.16% from 255) = 35.63%
BLUE value IS 156 (61.33% from 255) = 25.62%
R=38.75%
G=35.63%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621715600.080.340.0745.7567.876.86
HexECD99C082272e444d
Octal35433123401042756104115
Binary1110110011011001100111000100010001011110111010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD99C; }

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

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

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

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

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

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

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

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