#EEDA95

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

Shades of Splash #EEDA95

Tints of Splash #EEDA95

Color information

#EEDA95 (or 0xEEDA95) is unknown color: approx Splash. HEX triplet: EE, DA and 95. RGB value is (238,218,149). Sum of RGB (Red+Green+Blue) = 238+218+149=605 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.34% from 605); Green value is 218 (85.55% from 255 or 36.03% from 605); Blue value is 149 (58.59% from 255 or 24.63% from 605); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDA95 is #11256A. Grayscale: #D8D8D8. Windows color (decimal): -1123691 or 9820910. OLE color: 9820910.

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

Color convert

RGB238218149-
CMYK00.080.370.07
HSL46.52º72.36%75.88%-
HSV(B)46.52º37.39%93.33%-
XYZ65.7670.4938.57-
YUV216.1190.13143.61-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.34%
GREEN value IS 218 (85.55% from 255) = 36.03%
BLUE value IS 149 (58.59% from 255) = 24.63%
R=39.34%
G=36.03%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821814900.080.370.0746.5272.3675.88
HexEEDA95082572f484c
Octal35633222501045757110114
Binary1110111011011010100101010100010010111110111110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDA95; }

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

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

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

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

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

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

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

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