#EEDC99

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

Shades of Splash #EEDC99

Tints of Splash #EEDC99

Color information

#EEDC99 (or 0xEEDC99) is unknown color: approx Splash. HEX triplet: EE, DC and 99. RGB value is (238,220,153). Sum of RGB (Red+Green+Blue) = 238+220+153=611 (80% of max value = 765). Red value is 238 (93.36% from 255 or 38.95% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 153 (60.16% from 255 or 25.04% from 611); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDC99 is #112366. Grayscale: #DADADA. Windows color (decimal): -1123175 or 10083566. OLE color: 10083566.

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

Color convert

RGB238220153-
CMYK00.080.360.07
HSL47.29º71.43%76.67%-
HSV(B)47.29º35.71%93.33%-
XYZ66.671.6640.46-
YUV217.7491.46142.45-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.95%
GREEN value IS 220 (86.33% from 255) = 36.01%
BLUE value IS 153 (60.16% from 255) = 25.04%
R=38.95%
G=36.01%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822015300.080.360.0747.2971.4376.67
HexEEDC99082472f474d
Octal35633423101044757107115
Binary1110111011011100100110010100010010011110111110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDC99; }

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

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

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

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

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

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

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

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