Shades of Splash #EDD9A1
Tints of Splash #EDD9A1
RGB
CMYK
RGB Variations
Color information
#EDD9A1 (or 0xEDD9A1) is known color: Splash. HEX triplet: ED, D9 and A1. RGB value is (237,217,161). Sum of RGB (Red+Green+Blue) = 237+217+161=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 217 (85.16% from 255 or 35.28% from 615); Blue value is 161 (63.28% from 255 or 26.18% from 615); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD9A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD9A1 is #12265E. Grayscale: #D8D8D8. Windows color (decimal): -1189471 or 10607085. OLE color: 10607085.
HSL color Cylindrical-coordinate representation of color #EDD9A1: hue angle of 44.21º 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 #EDD9A1 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 161 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.07 |
| HSL | 44.21º | 0.68% | 0.78% | - |
| HSV(B) | 44.21º | 0.32% | 0.93% | - |
| XYZ | 66.17 | 70.2 | 43.78 | - |
| YUV | 216.6 | 96.63 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 161 | 0 | 0.08 | 0.32 | 0.07 | 44.21 | 0.68 | 0.78 |
| Hex | ED | D9 | A1 | 0 | 8 | 20 | 7 | 2C | 44 | 4E |
| Octal | 355 | 331 | 241 | 0 | 10 | 40 | 7 | 54 | 104 | 116 |
| Binary | 11101101 | 11011001 | 10100001 | 0 | 1000 | 100000 | 111 | 101100 | 1000100 | 1001110 |
Color Harmonies of #EDD9A1
Complementary color
Monochromatic Colors of #EDD9A1
Black with #EDD9A1
Text Example
Text Example
White with #EDD9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD9A1; }
p { color: rgb(237,217,161); }
H1.HeaderClassName
{
color: #EDD9A1;
}
.AnyTagClassName
{
color: #EDD9A1;
}
</style>
background-color css
<style>
a { background-color: #EDD9A1; }
a { background-color: rgb(237,217,161); }
div.DivClassName
{
background-color: #EDD9A1;
}
.BgClassName
{
background-color: #EDD9A1;
}
</style>
border-color css
<style>
span { border-color: #EDD9A1; }
span { border-color: rgb(237,217,161); }
td.TdClassName
{
border-color: #EDD9A1;
}
.TagClassName
{
border-color: #EDD9A1;
}
</style>