Shades of Splash #EDD99E
Tints of Splash #EDD99E
RGB
CMYK
RGB Variations
Color information
#EDD99E (or 0xEDD99E) is known color: Splash. HEX triplet: ED, D9 and 9E. RGB value is (237,217,158). Sum of RGB (Red+Green+Blue) = 237+217+158=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 217 (85.16% from 255 or 35.46% from 612); Blue value is 158 (62.11% from 255 or 25.82% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD99E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD99E is #122661. Grayscale: #D8D8D8. Windows color (decimal): -1189474 or 10410477. OLE color: 10410477.
HSL color Cylindrical-coordinate representation of color #EDD99E: hue angle of 44.81º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDD99E is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 158 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.07 |
| HSL | 44.81º | 0.69% | 0.77% | - |
| HSV(B) | 44.81º | 0.33% | 0.93% | - |
| XYZ | 65.91 | 70.1 | 42.4 | - |
| YUV | 216.25 | 95.13 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 158 | 0 | 0.08 | 0.33 | 0.07 | 44.81 | 0.69 | 0.77 |
| Hex | ED | D9 | 9E | 0 | 8 | 21 | 7 | 2D | 45 | 4D |
| Octal | 355 | 331 | 236 | 0 | 10 | 41 | 7 | 55 | 105 | 115 |
| Binary | 11101101 | 11011001 | 10011110 | 0 | 1000 | 100001 | 111 | 101101 | 1000101 | 1001101 |
Color Harmonies of #EDD99E
Complementary color
Monochromatic Colors of #EDD99E
Black with #EDD99E
Text Example
Text Example
White with #EDD99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD99E; }
p { color: rgb(237,217,158); }
H1.HeaderClassName
{
color: #EDD99E;
}
.AnyTagClassName
{
color: #EDD99E;
}
</style>
background-color css
<style>
a { background-color: #EDD99E; }
a { background-color: rgb(237,217,158); }
div.DivClassName
{
background-color: #EDD99E;
}
.BgClassName
{
background-color: #EDD99E;
}
</style>
border-color css
<style>
span { border-color: #EDD99E; }
span { border-color: rgb(237,217,158); }
td.TdClassName
{
border-color: #EDD99E;
}
.TagClassName
{
border-color: #EDD99E;
}
</style>