#EEDC9D

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

Shades of Splash #EEDC9D

Tints of Splash #EEDC9D

Color information

#EEDC9D (or 0xEEDC9D) is unknown color: approx Splash. HEX triplet: EE, DC and 9D. RGB value is (238,220,157). Sum of RGB (Red+Green+Blue) = 238+220+157=615 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.70% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 157 (61.72% from 255 or 25.53% from 615); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDC9D is #112362. Grayscale: #DADADA. Windows color (decimal): -1123171 or 10345710. OLE color: 10345710.

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

Color convert

RGB238220157-
CMYK00.080.340.07
HSL46.67º70.43%77.45%-
HSV(B)46.67º34.03%93.33%-
XYZ66.9471.842.23-
YUV218.293.46142.12-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.70%
GREEN value IS 220 (86.33% from 255) = 35.77%
BLUE value IS 157 (61.72% from 255) = 25.53%
R=38.70%
G=35.77%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822015700.080.340.0746.6770.4377.45
HexEEDC9D082272f464d
Octal35633423501042757106115
Binary1110111011011100100111010100010001011110111110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDC9D; }

 p { color: rgb(238,220,157); }

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

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

 a { background-color: rgb(238,220,157); }

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

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

 span { border-color: rgb(238,220,157); }

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