#EEDD9A

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

Shades of Splash #EEDD9A

Tints of Splash #EEDD9A

Color information

#EEDD9A (or 0xEEDD9A) is unknown color: approx Splash. HEX triplet: EE, DD and 9A. RGB value is (238,221,154). Sum of RGB (Red+Green+Blue) = 238+221+154=613 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.83% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 154 (60.55% from 255 or 25.12% from 613); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDD9A is #112265. Grayscale: #DADADA. Windows color (decimal): -1122918 or 10149358. OLE color: 10149358.

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

Color convert

RGB238221154-
CMYK00.070.350.07
HSL47.86º71.19%76.86%-
HSV(B)47.86º35.29%93.33%-
XYZ66.9572.2240.98-
YUV218.4591.63141.95-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.83%
GREEN value IS 221 (86.72% from 255) = 36.05%
BLUE value IS 154 (60.55% from 255) = 25.12%
R=38.83%
G=36.05%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822115400.070.350.0747.8671.1976.86
HexEEDD9A0723730474d
Octal3563352320743760107115
Binary111011101101110110011010011110001111111000010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDD9A; }

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

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

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

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

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

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

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

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