#ECD49C

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

Shades of Splash #ECD49C

Tints of Splash #ECD49C

Color information

#ECD49C (or 0xECD49C) is unknown color: approx Splash. HEX triplet: EC, D4 and 9C. RGB value is (236,212,156). Sum of RGB (Red+Green+Blue) = 236+212+156=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 212 (83.20% from 255 or 35.10% from 604); Blue value is 156 (61.33% from 255 or 25.83% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD49C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD49C is #132B63. Grayscale: #D5D5D5. Windows color (decimal): -1256292 or 10278124. OLE color: 10278124.

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

Color convert

RGB236212156-
CMYK00.100.340.07
HSL42º67.8%76.86%-
HSV(B)42º33.9%92.55%-
XYZ64.1467.3241.07-
YUV212.7995.95144.55-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.07%
GREEN value IS 212 (83.20% from 255) = 35.10%
BLUE value IS 156 (61.33% from 255) = 25.83%
R=39.07%
G=35.10%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621215600.100.340.074267.876.86
HexECD49C0A2272a444d
Octal35432423401242752104115
Binary1110110011010100100111000101010001011110101010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD49C; }

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

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

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

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

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

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

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

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