Shades of Splash #EDD596
Tints of Splash #EDD596
RGB
CMYK
RGB Variations
Color information
#EDD596 (or 0xEDD596) is known color: Splash. HEX triplet: ED, D5 and 96. RGB value is (237,213,150). Sum of RGB (Red+Green+Blue) = 237+213+150=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 213 (83.59% from 255 or 35.5% from 600); Blue value is 150 (58.98% from 255 or 25% from 600); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD596 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD596 is #122A69. Grayscale: #D5D5D5. Windows color (decimal): -1190506 or 9885165. OLE color: 9885165.
HSL color Cylindrical-coordinate representation of color #EDD596: hue angle of 43.45º 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 #EDD596 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 213 | 150 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.07 |
| HSL | 43.45º | 0.71% | 0.76% | - |
| HSV(B) | 43.45º | 0.37% | 0.93% | - |
| XYZ | 64.22 | 67.8 | 38.55 | - |
| YUV | 212.99 | 92.45 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 150 | 0 | 0.10 | 0.37 | 0.07 | 43.45 | 0.71 | 0.76 |
| Hex | ED | D5 | 96 | 0 | A | 25 | 7 | 2B | 47 | 4C |
| Octal | 355 | 325 | 226 | 0 | 12 | 45 | 7 | 53 | 107 | 114 |
| Binary | 11101101 | 11010101 | 10010110 | 0 | 1010 | 100101 | 111 | 101011 | 1000111 | 1001100 |
Color Harmonies of #EDD596
Complementary color
Monochromatic Colors of #EDD596
Black with #EDD596
Text Example
Text Example
White with #EDD596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD596; }
p { color: rgb(237,213,150); }
H1.HeaderClassName
{
color: #EDD596;
}
.AnyTagClassName
{
color: #EDD596;
}
</style>
background-color css
<style>
a { background-color: #EDD596; }
a { background-color: rgb(237,213,150); }
div.DivClassName
{
background-color: #EDD596;
}
.BgClassName
{
background-color: #EDD596;
}
</style>
border-color css
<style>
span { border-color: #EDD596; }
span { border-color: rgb(237,213,150); }
td.TdClassName
{
border-color: #EDD596;
}
.TagClassName
{
border-color: #EDD596;
}
</style>