Shades of Splash #EDDB9D
Tints of Splash #EDDB9D
RGB
CMYK
RGB Variations
Color information
#EDDB9D (or 0xEDDB9D) is known color: Splash. HEX triplet: ED, DB and 9D. RGB value is (237,219,157). Sum of RGB (Red+Green+Blue) = 237+219+157=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 219 (85.94% from 255 or 35.73% from 613); Blue value is 157 (61.72% from 255 or 25.61% from 613); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDB9D is #122462. Grayscale: #D9D9D9. Windows color (decimal): -1188963 or 10345453. OLE color: 10345453.
HSL color Cylindrical-coordinate representation of color #EDDB9D: hue angle of 46.5º 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 #EDDB9D is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 219 | 157 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.07 |
| HSL | 46.5º | 0.69% | 0.77% | - |
| HSV(B) | 46.5º | 0.34% | 0.93% | - |
| XYZ | 66.34 | 71.1 | 42.13 | - |
| YUV | 217.31 | 93.96 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 219 | 157 | 0 | 0.08 | 0.34 | 0.07 | 46.5 | 0.69 | 0.77 |
| Hex | ED | DB | 9D | 0 | 8 | 22 | 7 | 2E | 45 | 4D |
| Octal | 355 | 333 | 235 | 0 | 10 | 42 | 7 | 56 | 105 | 115 |
| Binary | 11101101 | 11011011 | 10011101 | 0 | 1000 | 100010 | 111 | 101110 | 1000101 | 1001101 |
Color Harmonies of #EDDB9D
Complementary color
Monochromatic Colors of #EDDB9D
Black with #EDDB9D
Text Example
Text Example
White with #EDDB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDB9D; }
p { color: rgb(237,219,157); }
H1.HeaderClassName
{
color: #EDDB9D;
}
.AnyTagClassName
{
color: #EDDB9D;
}
</style>
background-color css
<style>
a { background-color: #EDDB9D; }
a { background-color: rgb(237,219,157); }
div.DivClassName
{
background-color: #EDDB9D;
}
.BgClassName
{
background-color: #EDDB9D;
}
</style>
border-color css
<style>
span { border-color: #EDDB9D; }
span { border-color: rgb(237,219,157); }
td.TdClassName
{
border-color: #EDDB9D;
}
.TagClassName
{
border-color: #EDDB9D;
}
</style>