#ECDE9C

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

Shades of Splash #ECDE9C

Tints of Splash #ECDE9C

Color information

#ECDE9C (or 0xECDE9C) is unknown color: approx Splash. HEX triplet: EC, DE and 9C. RGB value is (236,222,156). Sum of RGB (Red+Green+Blue) = 236+222+156=614 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.44% from 614); Green value is 222 (87.11% from 255 or 36.16% from 614); Blue value is 156 (61.33% from 255 or 25.41% from 614); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDE9C is #132163. Grayscale: #DADADA. Windows color (decimal): -1253732 or 10280684. OLE color: 10280684.

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

Color convert

RGB236222156-
CMYK00.060.340.07
HSL49.5º67.8%76.86%-
HSV(B)49.5º33.9%92.55%-
XYZ66.7172.4841.93-
YUV218.6692.64140.37-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.44%
GREEN value IS 222 (87.11% from 255) = 36.16%
BLUE value IS 156 (61.33% from 255) = 25.41%
R=38.44%
G=36.16%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622215600.060.340.0749.567.876.86
HexECDE9C0622732444d
Octal3543362340642762104115
Binary111011001101111010011100011010001011111001010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDE9C; }

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

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

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

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

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

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

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

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