#EEDD9F

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

Shades of Splash #EEDD9F

Tints of Splash #EEDD9F

Color information

#EEDD9F (or 0xEEDD9F) is unknown color: approx Splash. HEX triplet: EE, DD and 9F. RGB value is (238,221,159). Sum of RGB (Red+Green+Blue) = 238+221+159=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 221 (86.72% from 255 or 35.76% from 618); Blue value is 159 (62.5% from 255 or 25.73% from 618); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDD9F is #112260. Grayscale: #DBDBDB. Windows color (decimal): -1122913 or 10477038. OLE color: 10477038.

HSL color Cylindrical-coordinate representation of color #EEDD9F: hue angle of 47.09º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EEDD9F is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB238221159-
CMYK00.070.330.07
HSL47.09º69.91%77.84%-
HSV(B)47.09º33.19%93.33%-
XYZ67.3772.3943.22-
YUV219.0294.13141.54-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.51%
GREEN value IS 221 (86.72% from 255) = 35.76%
BLUE value IS 159 (62.5% from 255) = 25.73%
R=38.51%
G=35.76%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822115900.070.330.0747.0969.9177.84
HexEEDD9F072172f464e
Octal3563352370741757106116
Binary111011101101110110011111011110000111110111110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDD9F; }

 p { color: rgb(238,221,159); }

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

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

 a { background-color: rgb(238,221,159); }

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

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

 span { border-color: rgb(238,221,159); }

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