#EEDA9F

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

Shades of Splash #EEDA9F

Tints of Splash #EEDA9F

Color information

#EEDA9F (or 0xEEDA9F) is unknown color: approx Splash. HEX triplet: EE, DA and 9F. RGB value is (238,218,159). Sum of RGB (Red+Green+Blue) = 238+218+159=615 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.70% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 159 (62.5% from 255 or 25.85% from 615); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDA9F is #112560. Grayscale: #D9D9D9. Windows color (decimal): -1123681 or 10476270. OLE color: 10476270.

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

Color convert

RGB238218159-
CMYK00.080.330.07
HSL44.81º69.91%77.84%-
HSV(B)44.81º33.19%93.33%-
XYZ66.5970.8242.96-
YUV217.2595.13142.8-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.70%
GREEN value IS 218 (85.55% from 255) = 35.45%
BLUE value IS 159 (62.5% from 255) = 25.85%
R=38.70%
G=35.45%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821815900.080.330.0744.8169.9177.84
HexEEDA9F082172d464e
Octal35633223701041755106116
Binary1110111011011010100111110100010000111110110110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDA9F; }

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

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

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

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

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

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

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

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