Shades of Splash #EDD996
Tints of Splash #EDD996
RGB
CMYK
RGB Variations
Color information
#EDD996 (or 0xEDD996) is known color: Splash. HEX triplet: ED, D9 and 96. RGB value is (237,217,150). Sum of RGB (Red+Green+Blue) = 237+217+150=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 217 (85.16% from 255 or 35.93% from 604); Blue value is 150 (58.98% from 255 or 24.83% from 604); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD996 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD996 is #122669. Grayscale: #D7D7D7. Windows color (decimal): -1189482 or 9886189. OLE color: 9886189.
HSL color Cylindrical-coordinate representation of color #EDD996: hue angle of 46.21º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EDD996 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 150 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.07 |
| HSL | 46.21º | 0.71% | 0.76% | - |
| HSV(B) | 46.21º | 0.37% | 0.93% | - |
| XYZ | 65.24 | 69.83 | 38.89 | - |
| YUV | 215.34 | 91.13 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 150 | 0 | 0.08 | 0.37 | 0.07 | 46.21 | 0.71 | 0.76 |
| Hex | ED | D9 | 96 | 0 | 8 | 25 | 7 | 2E | 47 | 4C |
| Octal | 355 | 331 | 226 | 0 | 10 | 45 | 7 | 56 | 107 | 114 |
| Binary | 11101101 | 11011001 | 10010110 | 0 | 1000 | 100101 | 111 | 101110 | 1000111 | 1001100 |
Color Harmonies of #EDD996
Complementary color
Monochromatic Colors of #EDD996
Black with #EDD996
Text Example
Text Example
White with #EDD996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD996; }
p { color: rgb(237,217,150); }
H1.HeaderClassName
{
color: #EDD996;
}
.AnyTagClassName
{
color: #EDD996;
}
</style>
background-color css
<style>
a { background-color: #EDD996; }
a { background-color: rgb(237,217,150); }
div.DivClassName
{
background-color: #EDD996;
}
.BgClassName
{
background-color: #EDD996;
}
</style>
border-color css
<style>
span { border-color: #EDD996; }
span { border-color: rgb(237,217,150); }
td.TdClassName
{
border-color: #EDD996;
}
.TagClassName
{
border-color: #EDD996;
}
</style>