#ECDE9B

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

Shades of Splash #ECDE9B

Tints of Splash #ECDE9B

Color information

#ECDE9B (or 0xECDE9B) is unknown color: approx Splash. HEX triplet: EC, DE and 9B. RGB value is (236,222,155). Sum of RGB (Red+Green+Blue) = 236+222+155=613 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.50% from 613); Green value is 222 (87.11% from 255 or 36.22% from 613); Blue value is 155 (60.94% from 255 or 25.29% from 613); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDE9B is #132164. Grayscale: #DADADA. Windows color (decimal): -1253733 or 10215148. OLE color: 10215148.

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

Color convert

RGB236222155-
CMYK00.060.340.07
HSL49.63º68.07%76.67%-
HSV(B)49.63º34.32%92.55%-
XYZ66.6372.4441.48-
YUV218.5592.14140.45-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.50%
GREEN value IS 222 (87.11% from 255) = 36.22%
BLUE value IS 155 (60.94% from 255) = 25.29%
R=38.50%
G=36.22%
B=25.29%

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
Decimal23622215500.060.340.0749.6368.0776.67
HexECDE9B0622732444d
Octal3543362330642762104115
Binary111011001101111010011011011010001011111001010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDE9B; }

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

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

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

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

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

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

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

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