#ECDD9D

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

Shades of Splash #ECDD9D

Tints of Splash #ECDD9D

Color information

#ECDD9D (or 0xECDD9D) is unknown color: approx Splash. HEX triplet: EC, DD and 9D. RGB value is (236,221,157). Sum of RGB (Red+Green+Blue) = 236+221+157=614 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.44% from 614); Green value is 221 (86.72% from 255 or 35.99% from 614); Blue value is 157 (61.72% from 255 or 25.57% from 614); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDD9D is #132262. Grayscale: #DADADA. Windows color (decimal): -1253987 or 10345964. OLE color: 10345964.

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

Color convert

RGB236221157-
CMYK00.060.330.07
HSL48.61º67.52%77.06%-
HSV(B)48.61º33.47%92.55%-
XYZ66.5371.9842.29-
YUV218.1993.47140.7-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.44%
GREEN value IS 221 (86.72% from 255) = 35.99%
BLUE value IS 157 (61.72% from 255) = 25.57%
R=38.44%
G=35.99%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622115700.060.330.0748.6167.5277.06
HexECDD9D0621731444d
Octal3543352350641761104115
Binary111011001101110110011101011010000111111000110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDD9D; }

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

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

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

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

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

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

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

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