#EDD49E

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

Shades of Splash #EDD49E

Tints of Splash #EDD49E

Color information

#EDD49E (or 0xEDD49E) is unknown color: approx Splash. HEX triplet: ED, D4 and 9E. RGB value is (237,212,158). Sum of RGB (Red+Green+Blue) = 237+212+158=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 212 (83.20% from 255 or 34.93% from 607); Blue value is 158 (62.11% from 255 or 26.03% from 607); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD49E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD49E is #122B61. Grayscale: #D5D5D5. Windows color (decimal): -1190754 or 10409197. OLE color: 10409197.

HSL color Cylindrical-coordinate representation of color #EDD49E: hue angle of 41.01º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDD49E is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB237212158-
CMYK00.110.330.07
HSL41.01º68.7%77.45%-
HSV(B)41.01º33.33%92.94%-
XYZ64.6467.5641.98-
YUV213.3296.78144.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.04%
GREEN value IS 212 (83.20% from 255) = 34.93%
BLUE value IS 158 (62.11% from 255) = 26.03%
R=39.04%
G=34.93%
B=26.03%

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
Decimal23721215800.110.330.0741.0168.777.45
HexEDD49E0B21729454d
Octal35532423601341751105115
Binary1110110111010100100111100101110000111110100110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD49E; }

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

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

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

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

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

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

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

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