#ECDD99

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

Shades of Splash #ECDD99

Tints of Splash #ECDD99

Color information

#ECDD99 (or 0xECDD99) is unknown color: approx Splash. HEX triplet: EC, DD and 99. RGB value is (236,221,153). Sum of RGB (Red+Green+Blue) = 236+221+153=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 153 (60.16% from 255 or 25.08% from 610); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDD99 is #132266. Grayscale: #DADADA. Windows color (decimal): -1253991 or 10083820. OLE color: 10083820.

HSL color Cylindrical-coordinate representation of color #ECDD99: hue angle of 49.16º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ECDD99 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB236221153-
CMYK00.060.350.07
HSL49.16º68.6%76.27%-
HSV(B)49.16º35.17%92.55%-
XYZ66.271.8540.52-
YUV217.7391.47141.03-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.69%
GREEN value IS 221 (86.72% from 255) = 36.23%
BLUE value IS 153 (60.16% from 255) = 25.08%
R=38.69%
G=36.23%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622115300.060.350.0749.1668.676.27
HexECDD990623731454c
Octal3543352310643761105114
Binary111011001101110110011001011010001111111000110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDD99; }

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

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

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

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

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

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

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

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