#EEDB9A

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

Shades of Splash #EEDB9A

Tints of Splash #EEDB9A

Color information

#EEDB9A (or 0xEEDB9A) is unknown color: approx Splash. HEX triplet: EE, DB and 9A. RGB value is (238,219,154). Sum of RGB (Red+Green+Blue) = 238+219+154=611 (80% of max value = 765). Red value is 238 (93.36% from 255 or 38.95% from 611); Green value is 219 (85.94% from 255 or 35.84% from 611); Blue value is 154 (60.55% from 255 or 25.20% from 611); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDB9A is #112465. Grayscale: #D9D9D9. Windows color (decimal): -1123430 or 10148846. OLE color: 10148846.

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

Color convert

RGB238219154-
CMYK00.080.350.07
HSL46.43º71.19%76.86%-
HSV(B)46.43º35.29%93.33%-
XYZ66.4271.1740.81-
YUV217.2792.29142.79-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.95%
GREEN value IS 219 (85.94% from 255) = 35.84%
BLUE value IS 154 (60.55% from 255) = 25.20%
R=38.95%
G=35.84%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821915400.080.350.0746.4371.1976.86
HexEEDB9A082372e474d
Octal35633323201043756107115
Binary1110111011011011100110100100010001111110111010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDB9A; }

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

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

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

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

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

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

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

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