#EED497

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

Shades of Splash #EED497

Tints of Splash #EED497

Color information

#EED497 (or 0xEED497) is unknown color: approx Splash. HEX triplet: EE, D4 and 97. RGB value is (238,212,151). Sum of RGB (Red+Green+Blue) = 238+212+151=601 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.60% from 601); Green value is 212 (83.20% from 255 or 35.27% from 601); Blue value is 151 (59.38% from 255 or 25.12% from 601); Max value from RGB is 238 - color contains mainly: red. Hex color #EED497 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED497 is #112B68. Grayscale: #D5D5D5. Windows color (decimal): -1125225 or 9950446. OLE color: 9950446.

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

Color convert

RGB238212151-
CMYK00.110.370.07
HSL42.07º71.9%76.27%-
HSV(B)42.07º36.55%93.33%-
XYZ64.3967.538.91-
YUV212.8293.11145.96-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.60%
GREEN value IS 212 (83.20% from 255) = 35.27%
BLUE value IS 151 (59.38% from 255) = 25.12%
R=39.60%
G=35.27%
B=25.12%

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
Decimal23821215100.110.370.0742.0771.976.27
HexEED4970B2572a484c
Octal35632422701345752110114
Binary1110111011010100100101110101110010111110101010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED497; }

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

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

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

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

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

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

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

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