#EEDB9E

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

Shades of Splash #EEDB9E

Tints of Splash #EEDB9E

Color information

#EEDB9E (or 0xEEDB9E) is unknown color: approx Splash. HEX triplet: EE, DB and 9E. RGB value is (238,219,158). Sum of RGB (Red+Green+Blue) = 238+219+158=615 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.70% from 615); Green value is 219 (85.94% from 255 or 35.61% from 615); Blue value is 158 (62.11% from 255 or 25.69% from 615); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDB9E is #112461. Grayscale: #D9D9D9. Windows color (decimal): -1123426 or 10410990. OLE color: 10410990.

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

Color convert

RGB238219158-
CMYK00.080.340.07
HSL45.75º70.18%77.65%-
HSV(B)45.75º33.61%93.33%-
XYZ66.7671.3142.59-
YUV217.7394.29142.46-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.70%
GREEN value IS 219 (85.94% from 255) = 35.61%
BLUE value IS 158 (62.11% from 255) = 25.69%
R=38.70%
G=35.61%
B=25.69%

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
Decimal23821915800.080.340.0745.7570.1877.65
HexEEDB9E082272e464e
Octal35633323601042756106116
Binary1110111011011011100111100100010001011110111010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDB9E; }

 p { color: rgb(238,219,158); }

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

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

 a { background-color: rgb(238,219,158); }

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

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

 span { border-color: rgb(238,219,158); }

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