#ECDC9C

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

Shades of Splash #ECDC9C

Tints of Splash #ECDC9C

Color information

#ECDC9C (or 0xECDC9C) is unknown color: approx Splash. HEX triplet: EC, DC and 9C. RGB value is (236,220,156). Sum of RGB (Red+Green+Blue) = 236+220+156=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 156 (61.33% from 255 or 25.49% from 612); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDC9C is #132363. Grayscale: #D9D9D9. Windows color (decimal): -1254244 or 10280172. OLE color: 10280172.

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

Color convert

RGB236220156-
CMYK00.070.340.07
HSL48º67.8%76.86%-
HSV(B)48º33.9%92.55%-
XYZ66.1971.4241.75-
YUV217.4993.3141.2-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.56%
GREEN value IS 220 (86.33% from 255) = 35.95%
BLUE value IS 156 (61.33% from 255) = 25.49%
R=38.56%
G=35.95%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622015600.070.340.074867.876.86
HexECDC9C0722730444d
Octal3543342340742760104115
Binary111011001101110010011100011110001011111000010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDC9C; }

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

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

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

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

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

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

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

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