#EED495

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

Shades of Splash #EED495

Tints of Splash #EED495

Color information

#EED495 (or 0xEED495) is unknown color: approx Splash. HEX triplet: EE, D4 and 95. RGB value is (238,212,149). Sum of RGB (Red+Green+Blue) = 238+212+149=599 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.73% from 599); Green value is 212 (83.20% from 255 or 35.39% from 599); Blue value is 149 (58.59% from 255 or 24.87% from 599); Max value from RGB is 238 - color contains mainly: red. Hex color #EED495 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED495 is #112B6A. Grayscale: #D4D4D4. Windows color (decimal): -1125227 or 9819374. OLE color: 9819374.

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

Color convert

RGB238212149-
CMYK00.110.370.07
HSL42.47º72.36%75.88%-
HSV(B)42.47º37.39%93.33%-
XYZ64.2367.4338.06-
YUV212.5992.11146.12-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.73%
GREEN value IS 212 (83.20% from 255) = 35.39%
BLUE value IS 149 (58.59% from 255) = 24.87%
R=39.73%
G=35.39%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821214900.110.370.0742.4772.3675.88
HexEED4950B2572a484c
Octal35632422501345752110114
Binary1110111011010100100101010101110010111110101010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED495; }

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

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

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

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

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

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

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

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