#EEDA9E

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

Shades of Splash #EEDA9E

Tints of Splash #EEDA9E

Color information

#EEDA9E (or 0xEEDA9E) is unknown color: approx Splash. HEX triplet: EE, DA and 9E. RGB value is (238,218,158). Sum of RGB (Red+Green+Blue) = 238+218+158=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 218 (85.55% from 255 or 35.50% from 614); Blue value is 158 (62.11% from 255 or 25.73% from 614); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDA9E is #112561. Grayscale: #D9D9D9. Windows color (decimal): -1123682 or 10410734. OLE color: 10410734.

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

Color convert

RGB238218158-
CMYK00.080.340.07
HSL45º70.18%77.65%-
HSV(B)45º33.61%93.33%-
XYZ66.570.7942.51-
YUV217.1494.63142.88-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.76%
GREEN value IS 218 (85.55% from 255) = 35.50%
BLUE value IS 158 (62.11% from 255) = 25.73%
R=38.76%
G=35.50%
B=25.73%

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
Decimal23821815800.080.340.074570.1877.65
HexEEDA9E082272d464e
Octal35633223601042755106116
Binary1110111011011010100111100100010001011110110110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDA9E; }

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

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

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

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

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

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

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

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