Shades of Splash #EDD99A
Tints of Splash #EDD99A
RGB
CMYK
RGB Variations
Color information
#EDD99A (or 0xEDD99A) is known color: Splash. HEX triplet: ED, D9 and 9A. RGB value is (237,217,154). Sum of RGB (Red+Green+Blue) = 237+217+154=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 217 (85.16% from 255 or 35.69% from 608); Blue value is 154 (60.55% from 255 or 25.33% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD99A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD99A is #122665. Grayscale: #D8D8D8. Windows color (decimal): -1189478 or 10148333. OLE color: 10148333.
HSL color Cylindrical-coordinate representation of color #EDD99A: hue angle of 45.54º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDD99A is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 154 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.07 |
| HSL | 45.54º | 0.7% | 0.77% | - |
| HSV(B) | 45.54º | 0.35% | 0.93% | - |
| XYZ | 65.57 | 69.96 | 40.62 | - |
| YUV | 215.8 | 93.13 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 154 | 0 | 0.08 | 0.35 | 0.07 | 45.54 | 0.7 | 0.77 |
| Hex | ED | D9 | 9A | 0 | 8 | 23 | 7 | 2E | 46 | 4D |
| Octal | 355 | 331 | 232 | 0 | 10 | 43 | 7 | 56 | 106 | 115 |
| Binary | 11101101 | 11011001 | 10011010 | 0 | 1000 | 100011 | 111 | 101110 | 1000110 | 1001101 |
Color Harmonies of #EDD99A
Complementary color
Monochromatic Colors of #EDD99A
Black with #EDD99A
Text Example
Text Example
White with #EDD99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD99A; }
p { color: rgb(237,217,154); }
H1.HeaderClassName
{
color: #EDD99A;
}
.AnyTagClassName
{
color: #EDD99A;
}
</style>
background-color css
<style>
a { background-color: #EDD99A; }
a { background-color: rgb(237,217,154); }
div.DivClassName
{
background-color: #EDD99A;
}
.BgClassName
{
background-color: #EDD99A;
}
</style>
border-color css
<style>
span { border-color: #EDD99A; }
span { border-color: rgb(237,217,154); }
td.TdClassName
{
border-color: #EDD99A;
}
.TagClassName
{
border-color: #EDD99A;
}
</style>