#ECDD9E

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

Shades of Splash #ECDD9E

Tints of Splash #ECDD9E

Color information

#ECDD9E (or 0xECDD9E) is unknown color: approx Splash. HEX triplet: EC, DD and 9E. RGB value is (236,221,158). Sum of RGB (Red+Green+Blue) = 236+221+158=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 221 (86.72% from 255 or 35.93% from 615); Blue value is 158 (62.11% from 255 or 25.69% from 615); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDD9E is #132261. Grayscale: #DADADA. Windows color (decimal): -1253986 or 10411500. OLE color: 10411500.

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

Color convert

RGB236221158-
CMYK00.060.330.07
HSL48.46º67.24%77.25%-
HSV(B)48.46º33.05%92.55%-
XYZ66.6272.0142.74-
YUV218.393.97140.62-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.37%
GREEN value IS 221 (86.72% from 255) = 35.93%
BLUE value IS 158 (62.11% from 255) = 25.69%
R=38.37%
G=35.93%
B=25.69%

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
Decimal23622115800.060.330.0748.4667.2477.25
HexECDD9E0621730434d
Octal3543352360641760103115
Binary111011001101110110011110011010000111111000010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDD9E; }

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

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

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

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

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

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

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

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