#EDD49F

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

Shades of Splash #EDD49F

Tints of Splash #EDD49F

Color information

#EDD49F (or 0xEDD49F) is unknown color: approx Splash. HEX triplet: ED, D4 and 9F. RGB value is (237,212,159). Sum of RGB (Red+Green+Blue) = 237+212+159=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 212 (83.20% from 255 or 34.87% from 608); Blue value is 159 (62.5% from 255 or 26.15% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD49F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD49F is #122B60. Grayscale: #D5D5D5. Windows color (decimal): -1190753 or 10474733. OLE color: 10474733.

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

Color convert

RGB237212159-
CMYK00.110.330.07
HSL40.77º68.42%77.65%-
HSV(B)40.77º32.91%92.94%-
XYZ64.7367.5942.44-
YUV213.4397.28144.81-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.98%
GREEN value IS 212 (83.20% from 255) = 34.87%
BLUE value IS 159 (62.5% from 255) = 26.15%
R=38.98%
G=34.87%
B=26.15%

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
Decimal23721215900.110.330.0740.7768.4277.65
HexEDD49F0B21729444e
Octal35532423701341751104116
Binary1110110111010100100111110101110000111110100110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD49F; }

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

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

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

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

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

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

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

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