Shades of Splash #EDDB9B
Tints of Splash #EDDB9B
RGB
CMYK
RGB Variations
Color information
#EDDB9B (or 0xEDDB9B) is known color: Splash. HEX triplet: ED, DB and 9B. RGB value is (237,219,155). Sum of RGB (Red+Green+Blue) = 237+219+155=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 219 (85.94% from 255 or 35.84% from 611); Blue value is 155 (60.94% from 255 or 25.37% from 611); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDB9B is #122464. Grayscale: #D9D9D9. Windows color (decimal): -1188965 or 10214381. OLE color: 10214381.
HSL color Cylindrical-coordinate representation of color #EDDB9B: hue angle of 46.83º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDDB9B is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 219 | 155 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.07 |
| HSL | 46.83º | 0.69% | 0.77% | - |
| HSV(B) | 46.83º | 0.35% | 0.93% | - |
| XYZ | 66.17 | 71.03 | 41.23 | - |
| YUV | 217.09 | 92.96 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 219 | 155 | 0 | 0.08 | 0.35 | 0.07 | 46.83 | 0.69 | 0.77 |
| Hex | ED | DB | 9B | 0 | 8 | 23 | 7 | 2F | 45 | 4D |
| Octal | 355 | 333 | 233 | 0 | 10 | 43 | 7 | 57 | 105 | 115 |
| Binary | 11101101 | 11011011 | 10011011 | 0 | 1000 | 100011 | 111 | 101111 | 1000101 | 1001101 |
Color Harmonies of #EDDB9B
Complementary color
Monochromatic Colors of #EDDB9B
Black with #EDDB9B
Text Example
Text Example
White with #EDDB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDB9B; }
p { color: rgb(237,219,155); }
H1.HeaderClassName
{
color: #EDDB9B;
}
.AnyTagClassName
{
color: #EDDB9B;
}
</style>
background-color css
<style>
a { background-color: #EDDB9B; }
a { background-color: rgb(237,219,155); }
div.DivClassName
{
background-color: #EDDB9B;
}
.BgClassName
{
background-color: #EDDB9B;
}
</style>
border-color css
<style>
span { border-color: #EDDB9B; }
span { border-color: rgb(237,219,155); }
td.TdClassName
{
border-color: #EDDB9B;
}
.TagClassName
{
border-color: #EDDB9B;
}
</style>