Shades of Splash #EDD797
Tints of Splash #EDD797
RGB
CMYK
RGB Variations
Color information
#EDD797 (or 0xEDD797) is known color: Splash. HEX triplet: ED, D7 and 97. RGB value is (237,215,151). Sum of RGB (Red+Green+Blue) = 237+215+151=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 215 (84.38% from 255 or 35.66% from 603); Blue value is 151 (59.38% from 255 or 25.04% from 603); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD797 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD797 is #122868. Grayscale: #D6D6D6. Windows color (decimal): -1189993 or 9951213. OLE color: 9951213.
HSL color Cylindrical-coordinate representation of color #EDD797: hue angle of 44.65º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EDD797 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 215 | 151 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.07 |
| HSL | 44.65º | 0.7% | 0.76% | - |
| HSV(B) | 44.65º | 0.36% | 0.93% | - |
| XYZ | 64.81 | 68.84 | 39.15 | - |
| YUV | 214.28 | 92.29 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 151 | 0 | 0.09 | 0.36 | 0.07 | 44.65 | 0.7 | 0.76 |
| Hex | ED | D7 | 97 | 0 | 9 | 24 | 7 | 2D | 46 | 4C |
| Octal | 355 | 327 | 227 | 0 | 11 | 44 | 7 | 55 | 106 | 114 |
| Binary | 11101101 | 11010111 | 10010111 | 0 | 1001 | 100100 | 111 | 101101 | 1000110 | 1001100 |
Color Harmonies of #EDD797
Complementary color
Monochromatic Colors of #EDD797
Black with #EDD797
Text Example
Text Example
White with #EDD797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD797; }
p { color: rgb(237,215,151); }
H1.HeaderClassName
{
color: #EDD797;
}
.AnyTagClassName
{
color: #EDD797;
}
</style>
background-color css
<style>
a { background-color: #EDD797; }
a { background-color: rgb(237,215,151); }
div.DivClassName
{
background-color: #EDD797;
}
.BgClassName
{
background-color: #EDD797;
}
</style>
border-color css
<style>
span { border-color: #EDD797; }
span { border-color: rgb(237,215,151); }
td.TdClassName
{
border-color: #EDD797;
}
.TagClassName
{
border-color: #EDD797;
}
</style>