#EED49F

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

Shades of Splash #EED49F

Tints of Splash #EED49F

Color information

#EED49F (or 0xEED49F) is unknown color: approx Splash. HEX triplet: EE, D4 and 9F. RGB value is (238,212,159). Sum of RGB (Red+Green+Blue) = 238+212+159=609 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.08% from 609); Green value is 212 (83.20% from 255 or 34.81% from 609); Blue value is 159 (62.5% from 255 or 26.11% from 609); Max value from RGB is 238 - color contains mainly: red. Hex color #EED49F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED49F is #112B60. Grayscale: #D5D5D5. Windows color (decimal): -1125217 or 10474734. OLE color: 10474734.

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

Color convert

RGB238212159-
CMYK00.110.330.07
HSL40.25º69.91%77.84%-
HSV(B)40.25º33.19%93.33%-
XYZ65.0667.7742.45-
YUV213.7397.11145.31-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.08%
GREEN value IS 212 (83.20% from 255) = 34.81%
BLUE value IS 159 (62.5% from 255) = 26.11%
R=39.08%
G=34.81%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821215900.110.330.0740.2569.9177.84
HexEED49F0B21728464e
Octal35632423701341750106116
Binary1110111011010100100111110101110000111110100010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED49F; }

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

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

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

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

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

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

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

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