#EED896

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

Shades of Splash #EED896

Tints of Splash #EED896

Color information

#EED896 (or 0xEED896) is unknown color: approx Splash. HEX triplet: EE, D8 and 96. RGB value is (238,216,150). Sum of RGB (Red+Green+Blue) = 238+216+150=604 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.40% from 604); Green value is 216 (84.77% from 255 or 35.76% from 604); Blue value is 150 (58.98% from 255 or 24.83% from 604); Max value from RGB is 238 - color contains mainly: red. Hex color #EED896 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED896 is #112769. Grayscale: #D7D7D7. Windows color (decimal): -1124202 or 9885934. OLE color: 9885934.

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

Color convert

RGB238216150-
CMYK00.090.370.07
HSL45º72.13%76.08%-
HSV(B)45º36.97%93.33%-
XYZ65.3269.4938.82-
YUV215.0591.29144.37-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.40%
GREEN value IS 216 (84.77% from 255) = 35.76%
BLUE value IS 150 (58.98% from 255) = 24.83%
R=39.40%
G=35.76%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821615000.090.370.074572.1376.08
HexEED896092572d484c
Octal35633022601145755110114
Binary1110111011011000100101100100110010111110110110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED896; }

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

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

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

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

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

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

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

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