#EEDA99

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

Shades of Splash #EEDA99

Tints of Splash #EEDA99

Color information

#EEDA99 (or 0xEEDA99) is unknown color: approx Splash. HEX triplet: EE, DA and 99. RGB value is (238,218,153). Sum of RGB (Red+Green+Blue) = 238+218+153=609 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.08% from 609); Green value is 218 (85.55% from 255 or 35.80% from 609); Blue value is 153 (60.16% from 255 or 25.12% from 609); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDA99 is #112566. Grayscale: #D8D8D8. Windows color (decimal): -1123687 or 10083054. OLE color: 10083054.

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

Color convert

RGB238218153-
CMYK00.080.360.07
HSL45.88º71.43%76.67%-
HSV(B)45.88º35.71%93.33%-
XYZ66.0870.6240.29-
YUV216.5792.13143.29-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.08%
GREEN value IS 218 (85.55% from 255) = 35.80%
BLUE value IS 153 (60.16% from 255) = 25.12%
R=39.08%
G=35.80%
B=25.12%

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
Decimal23821815300.080.360.0745.8871.4376.67
HexEEDA99082472e474d
Octal35633223101044756107115
Binary1110111011011010100110010100010010011110111010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDA99; }

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

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

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

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

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

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

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

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