#EEDC9A

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

Shades of Splash #EEDC9A

Tints of Splash #EEDC9A

Color information

#EEDC9A (or 0xEEDC9A) is unknown color: approx Splash. HEX triplet: EE, DC and 9A. RGB value is (238,220,154). Sum of RGB (Red+Green+Blue) = 238+220+154=612 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.89% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 154 (60.55% from 255 or 25.16% from 612); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDC9A is #112365. Grayscale: #DADADA. Windows color (decimal): -1123174 or 10149102. OLE color: 10149102.

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

Color convert

RGB238220154-
CMYK00.080.350.07
HSL47.14º71.19%76.86%-
HSV(B)47.14º35.29%93.33%-
XYZ66.6971.740.9-
YUV217.8691.96142.37-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.89%
GREEN value IS 220 (86.33% from 255) = 35.95%
BLUE value IS 154 (60.55% from 255) = 25.16%
R=38.89%
G=35.95%
B=25.16%

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
Decimal23822015400.080.350.0747.1471.1976.86
HexEEDC9A082372f474d
Octal35633423201043757107115
Binary1110111011011100100110100100010001111110111110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDC9A; }

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

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

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

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

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

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

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

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