Shades of Splash #EDD49C
Tints of Splash #EDD49C
RGB
CMYK
RGB Variations
Color information
#EDD49C (or 0xEDD49C) is known color: Splash. HEX triplet: ED, D4 and 9C. RGB value is (237,212,156). Sum of RGB (Red+Green+Blue) = 237+212+156=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 212 (83.20% from 255 or 35.04% from 605); Blue value is 156 (61.33% from 255 or 25.79% from 605); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD49C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD49C is #122B63. Grayscale: #D5D5D5. Windows color (decimal): -1190756 or 10278125. OLE color: 10278125.
HSL color Cylindrical-coordinate representation of color #EDD49C: hue angle of 41.48º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EDD49C is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 212 | 156 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.07 |
| HSL | 41.48º | 0.69% | 0.77% | - |
| HSV(B) | 41.48º | 0.34% | 0.93% | - |
| XYZ | 64.47 | 67.49 | 41.08 | - |
| YUV | 213.09 | 95.78 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 212 | 156 | 0 | 0.11 | 0.34 | 0.07 | 41.48 | 0.69 | 0.77 |
| Hex | ED | D4 | 9C | 0 | B | 22 | 7 | 29 | 45 | 4D |
| Octal | 355 | 324 | 234 | 0 | 13 | 42 | 7 | 51 | 105 | 115 |
| Binary | 11101101 | 11010100 | 10011100 | 0 | 1011 | 100010 | 111 | 101001 | 1000101 | 1001101 |
Color Harmonies of #EDD49C
Complementary color
Monochromatic Colors of #EDD49C
Black with #EDD49C
Text Example
Text Example
White with #EDD49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD49C; }
p { color: rgb(237,212,156); }
H1.HeaderClassName
{
color: #EDD49C;
}
.AnyTagClassName
{
color: #EDD49C;
}
</style>
background-color css
<style>
a { background-color: #EDD49C; }
a { background-color: rgb(237,212,156); }
div.DivClassName
{
background-color: #EDD49C;
}
.BgClassName
{
background-color: #EDD49C;
}
</style>
border-color css
<style>
span { border-color: #EDD49C; }
span { border-color: rgb(237,212,156); }
td.TdClassName
{
border-color: #EDD49C;
}
.TagClassName
{
border-color: #EDD49C;
}
</style>