Shades of Splash #EDD9A0
Tints of Splash #EDD9A0
RGB
CMYK
RGB Variations
Color information
#EDD9A0 (or 0xEDD9A0) is known color: Splash. HEX triplet: ED, D9 and A0. RGB value is (237,217,160). Sum of RGB (Red+Green+Blue) = 237+217+160=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 217 (85.16% from 255 or 35.34% from 614); Blue value is 160 (62.89% from 255 or 26.06% from 614); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD9A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD9A0 is #12265F. Grayscale: #D8D8D8. Windows color (decimal): -1189472 or 10541549. OLE color: 10541549.
HSL color Cylindrical-coordinate representation of color #EDD9A0: hue angle of 44.42º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDD9A0 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 160 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.07 |
| HSL | 44.42º | 0.68% | 0.78% | - |
| HSV(B) | 44.42º | 0.32% | 0.93% | - |
| XYZ | 66.08 | 70.17 | 43.32 | - |
| YUV | 216.48 | 96.13 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 160 | 0 | 0.08 | 0.32 | 0.07 | 44.42 | 0.68 | 0.78 |
| Hex | ED | D9 | A0 | 0 | 8 | 20 | 7 | 2C | 44 | 4E |
| Octal | 355 | 331 | 240 | 0 | 10 | 40 | 7 | 54 | 104 | 116 |
| Binary | 11101101 | 11011001 | 10100000 | 0 | 1000 | 100000 | 111 | 101100 | 1000100 | 1001110 |
Color Harmonies of #EDD9A0
Complementary color
Monochromatic Colors of #EDD9A0
Black with #EDD9A0
Text Example
Text Example
White with #EDD9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD9A0; }
p { color: rgb(237,217,160); }
H1.HeaderClassName
{
color: #EDD9A0;
}
.AnyTagClassName
{
color: #EDD9A0;
}
</style>
background-color css
<style>
a { background-color: #EDD9A0; }
a { background-color: rgb(237,217,160); }
div.DivClassName
{
background-color: #EDD9A0;
}
.BgClassName
{
background-color: #EDD9A0;
}
</style>
border-color css
<style>
span { border-color: #EDD9A0; }
span { border-color: rgb(237,217,160); }
td.TdClassName
{
border-color: #EDD9A0;
}
.TagClassName
{
border-color: #EDD9A0;
}
</style>