Shades of Splash #EDD397
Tints of Splash #EDD397
RGB
CMYK
RGB Variations
Color information
#EDD397 (or 0xEDD397) is known color: Splash. HEX triplet: ED, D3 and 97. RGB value is (237,211,151). Sum of RGB (Red+Green+Blue) = 237+211+151=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 211 (82.81% from 255 or 35.23% from 599); Blue value is 151 (59.38% from 255 or 25.21% from 599); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD397 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD397 is #122C68. Grayscale: #D4D4D4. Windows color (decimal): -1191017 or 9950189. OLE color: 9950189.
HSL color Cylindrical-coordinate representation of color #EDD397: hue angle of 41.86º 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 #EDD397 is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 151 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.07 |
| HSL | 41.86º | 0.7% | 0.76% | - |
| HSV(B) | 41.86º | 0.36% | 0.93% | - |
| XYZ | 63.81 | 66.83 | 38.81 | - |
| YUV | 211.93 | 93.61 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 151 | 0 | 0.11 | 0.36 | 0.07 | 41.86 | 0.7 | 0.76 |
| Hex | ED | D3 | 97 | 0 | B | 24 | 7 | 2A | 46 | 4C |
| Octal | 355 | 323 | 227 | 0 | 13 | 44 | 7 | 52 | 106 | 114 |
| Binary | 11101101 | 11010011 | 10010111 | 0 | 1011 | 100100 | 111 | 101010 | 1000110 | 1001100 |
Color Harmonies of #EDD397
Complementary color
Monochromatic Colors of #EDD397
Black with #EDD397
Text Example
Text Example
White with #EDD397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD397; }
p { color: rgb(237,211,151); }
H1.HeaderClassName
{
color: #EDD397;
}
.AnyTagClassName
{
color: #EDD397;
}
</style>
background-color css
<style>
a { background-color: #EDD397; }
a { background-color: rgb(237,211,151); }
div.DivClassName
{
background-color: #EDD397;
}
.BgClassName
{
background-color: #EDD397;
}
</style>
border-color css
<style>
span { border-color: #EDD397; }
span { border-color: rgb(237,211,151); }
td.TdClassName
{
border-color: #EDD397;
}
.TagClassName
{
border-color: #EDD397;
}
</style>