Shades of Splash #EDD697
Tints of Splash #EDD697
RGB
CMYK
RGB Variations
Color information
#EDD697 (or 0xEDD697) is known color: Splash. HEX triplet: ED, D6 and 97. RGB value is (237,214,151). Sum of RGB (Red+Green+Blue) = 237+214+151=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 214 (83.98% from 255 or 35.55% from 602); Blue value is 151 (59.38% from 255 or 25.08% from 602); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD697 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD697 is #122968. Grayscale: #D5D5D5. Windows color (decimal): -1190249 or 9950957. OLE color: 9950957.
HSL color Cylindrical-coordinate representation of color #EDD697: hue angle of 43.95º 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 #EDD697 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 214 | 151 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.07 |
| HSL | 43.95º | 0.7% | 0.76% | - |
| HSV(B) | 43.95º | 0.36% | 0.93% | - |
| XYZ | 64.56 | 68.33 | 39.07 | - |
| YUV | 213.7 | 92.62 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 214 | 151 | 0 | 0.10 | 0.36 | 0.07 | 43.95 | 0.7 | 0.76 |
| Hex | ED | D6 | 97 | 0 | A | 24 | 7 | 2C | 46 | 4C |
| Octal | 355 | 326 | 227 | 0 | 12 | 44 | 7 | 54 | 106 | 114 |
| Binary | 11101101 | 11010110 | 10010111 | 0 | 1010 | 100100 | 111 | 101100 | 1000110 | 1001100 |
Color Harmonies of #EDD697
Complementary color
Monochromatic Colors of #EDD697
Black with #EDD697
Text Example
Text Example
White with #EDD697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD697; }
p { color: rgb(237,214,151); }
H1.HeaderClassName
{
color: #EDD697;
}
.AnyTagClassName
{
color: #EDD697;
}
</style>
background-color css
<style>
a { background-color: #EDD697; }
a { background-color: rgb(237,214,151); }
div.DivClassName
{
background-color: #EDD697;
}
.BgClassName
{
background-color: #EDD697;
}
</style>
border-color css
<style>
span { border-color: #EDD697; }
span { border-color: rgb(237,214,151); }
td.TdClassName
{
border-color: #EDD697;
}
.TagClassName
{
border-color: #EDD697;
}
</style>