#eed89f

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

Shades of Splash #EED89F

Tints of Splash #EED89F

Color information

#EED89F (or 0xEED89F) is unknown color: approx Splash. HEX triplet: EE, D8 and 9F. RGB value is (238,216,159). Sum of RGB (Red+Green+Blue) = 238+216+159=613 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.83% from 613); Green value is 216 (84.77% from 255 or 35.24% from 613); Blue value is 159 (62.5% from 255 or 25.94% from 613); Max value from RGB is 238 - color contains mainly: red. Hex color #EED89F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED89F is #112760. Grayscale: #D8D8D8. Windows color (decimal): -1124193 or 10475758. OLE color: 10475758.

HSL color Cylindrical-coordinate representation of color #EED89F: hue angle of 43.29º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EED89F is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB238216159-
CMYK00.090.330.07
HSL43.29º69.91%77.84%-
HSV(B)43.29º33.19%93.33%-
XYZ66.0769.7942.79-
YUV216.0895.79143.63-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.83%
GREEN value IS 216 (84.77% from 255) = 35.24%
BLUE value IS 159 (62.5% from 255) = 25.94%
R=38.83%
G=35.24%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821615900.090.330.0743.2969.9177.84
HexEED89F092172b464e
Octal35633023701141753106116
Binary1110111011011000100111110100110000111110101110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eed89f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eed89f; }

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

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

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

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

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

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

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

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