Shades of Splash #EDDBA1
Tints of Splash #EDDBA1
RGB
CMYK
RGB Variations
Color information
#EDDBA1 (or 0xEDDBA1) is known color: Splash. HEX triplet: ED, DB and A1. RGB value is (237,219,161). Sum of RGB (Red+Green+Blue) = 237+219+161=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 219 (85.94% from 255 or 35.49% from 617); Blue value is 161 (63.28% from 255 or 26.09% from 617); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDBA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDBA1 is #12245E. Grayscale: #DADADA. Windows color (decimal): -1188959 or 10607597. OLE color: 10607597.
HSL color Cylindrical-coordinate representation of color #EDDBA1: hue angle of 45.79º 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 #EDDBA1 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 219 | 161 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.07 |
| HSL | 45.79º | 0.68% | 0.78% | - |
| HSV(B) | 45.79º | 0.32% | 0.93% | - |
| XYZ | 66.69 | 71.24 | 43.95 | - |
| YUV | 217.77 | 95.96 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 219 | 161 | 0 | 0.08 | 0.32 | 0.07 | 45.79 | 0.68 | 0.78 |
| Hex | ED | DB | A1 | 0 | 8 | 20 | 7 | 2E | 44 | 4E |
| Octal | 355 | 333 | 241 | 0 | 10 | 40 | 7 | 56 | 104 | 116 |
| Binary | 11101101 | 11011011 | 10100001 | 0 | 1000 | 100000 | 111 | 101110 | 1000100 | 1001110 |
Color Harmonies of #EDDBA1
Complementary color
Monochromatic Colors of #EDDBA1
Black with #EDDBA1
Text Example
Text Example
White with #EDDBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDBA1; }
p { color: rgb(237,219,161); }
H1.HeaderClassName
{
color: #EDDBA1;
}
.AnyTagClassName
{
color: #EDDBA1;
}
</style>
background-color css
<style>
a { background-color: #EDDBA1; }
a { background-color: rgb(237,219,161); }
div.DivClassName
{
background-color: #EDDBA1;
}
.BgClassName
{
background-color: #EDDBA1;
}
</style>
border-color css
<style>
span { border-color: #EDDBA1; }
span { border-color: rgb(237,219,161); }
td.TdClassName
{
border-color: #EDDBA1;
}
.TagClassName
{
border-color: #EDDBA1;
}
</style>