#EED899

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

Shades of Splash #EED899

Tints of Splash #EED899

Color information

#EED899 (or 0xEED899) is unknown color: approx Splash. HEX triplet: EE, D8 and 99. RGB value is (238,216,153). Sum of RGB (Red+Green+Blue) = 238+216+153=607 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.21% from 607); Green value is 216 (84.77% from 255 or 35.58% from 607); Blue value is 153 (60.16% from 255 or 25.21% from 607); Max value from RGB is 238 - color contains mainly: red. Hex color #EED899 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED899 is #112766. Grayscale: #D7D7D7. Windows color (decimal): -1124199 or 10082542. OLE color: 10082542.

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

Color convert

RGB238216153-
CMYK00.090.360.07
HSL44.47º71.43%76.67%-
HSV(B)44.47º35.71%93.33%-
XYZ65.5769.5940.11-
YUV215.492.79144.12-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.21%
GREEN value IS 216 (84.77% from 255) = 35.58%
BLUE value IS 153 (60.16% from 255) = 25.21%
R=39.21%
G=35.58%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821615300.090.360.0744.4771.4376.67
HexEED899092472c474d
Octal35633023101144754107115
Binary1110111011011000100110010100110010011110110010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED899; }

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

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

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

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

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

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

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

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