Shades of Splash #EDD399
Tints of Splash #EDD399
RGB
CMYK
RGB Variations
Color information
#EDD399 (or 0xEDD399) is known color: Splash. HEX triplet: ED, D3 and 99. RGB value is (237,211,153). Sum of RGB (Red+Green+Blue) = 237+211+153=601 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.43% from 601); Green value is 211 (82.81% from 255 or 35.11% from 601); Blue value is 153 (60.16% from 255 or 25.46% from 601); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD399 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD399 is #122C66. Grayscale: #D4D4D4. Windows color (decimal): -1191015 or 10081261. OLE color: 10081261.
HSL color Cylindrical-coordinate representation of color #EDD399: hue angle of 41.43º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDD399 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 153 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.07 |
| HSL | 41.43º | 0.7% | 0.76% | - |
| HSV(B) | 41.43º | 0.35% | 0.93% | - |
| XYZ | 63.97 | 66.89 | 39.68 | - |
| YUV | 212.16 | 94.61 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 153 | 0 | 0.11 | 0.35 | 0.07 | 41.43 | 0.7 | 0.76 |
| Hex | ED | D3 | 99 | 0 | B | 23 | 7 | 29 | 46 | 4C |
| Octal | 355 | 323 | 231 | 0 | 13 | 43 | 7 | 51 | 106 | 114 |
| Binary | 11101101 | 11010011 | 10011001 | 0 | 1011 | 100011 | 111 | 101001 | 1000110 | 1001100 |
Color Harmonies of #EDD399
Complementary color
Monochromatic Colors of #EDD399
Black with #EDD399
Text Example
Text Example
White with #EDD399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD399; }
p { color: rgb(237,211,153); }
H1.HeaderClassName
{
color: #EDD399;
}
.AnyTagClassName
{
color: #EDD399;
}
</style>
background-color css
<style>
a { background-color: #EDD399; }
a { background-color: rgb(237,211,153); }
div.DivClassName
{
background-color: #EDD399;
}
.BgClassName
{
background-color: #EDD399;
}
</style>
border-color css
<style>
span { border-color: #EDD399; }
span { border-color: rgb(237,211,153); }
td.TdClassName
{
border-color: #EDD399;
}
.TagClassName
{
border-color: #EDD399;
}
</style>