#EEDD99

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

Shades of Splash #EEDD99

Tints of Splash #EEDD99

Color information

#EEDD99 (or 0xEEDD99) is unknown color: approx Splash. HEX triplet: EE, DD and 99. RGB value is (238,221,153). Sum of RGB (Red+Green+Blue) = 238+221+153=612 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.89% from 612); Green value is 221 (86.72% from 255 or 36.11% from 612); Blue value is 153 (60.16% from 255 or 25% from 612); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDD99 is #112266. Grayscale: #DADADA. Windows color (decimal): -1122919 or 10083822. OLE color: 10083822.

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

Color convert

RGB238221153-
CMYK00.070.360.07
HSL48º71.43%76.67%-
HSV(B)48º35.71%93.33%-
XYZ66.8772.1940.55-
YUV218.3391.13142.03-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.89%
GREEN value IS 221 (86.72% from 255) = 36.11%
BLUE value IS 153 (60.16% from 255) = 25%
R=38.89%
G=36.11%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822115300.070.360.074871.4376.67
HexEEDD990724730474d
Octal3563352310744760107115
Binary111011101101110110011001011110010011111000010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDD99; }

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

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

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

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

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

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

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

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