Shades of Splash #EDD59D
Tints of Splash #EDD59D
RGB
CMYK
RGB Variations
Color information
#EDD59D (or 0xEDD59D) is known color: Splash. HEX triplet: ED, D5 and 9D. RGB value is (237,213,157). Sum of RGB (Red+Green+Blue) = 237+213+157=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 213 (83.59% from 255 or 35.09% from 607); Blue value is 157 (61.72% from 255 or 25.86% from 607); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD59D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD59D is #122A62. Grayscale: #D6D6D6. Windows color (decimal): -1190499 or 10343917. OLE color: 10343917.
HSL color Cylindrical-coordinate representation of color #EDD59D: hue angle of 42º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EDD59D is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 213 | 157 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.07 |
| HSL | 42º | 0.69% | 0.77% | - |
| HSV(B) | 42º | 0.34% | 0.93% | - |
| XYZ | 64.81 | 68.03 | 41.61 | - |
| YUV | 213.79 | 95.95 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 157 | 0 | 0.10 | 0.34 | 0.07 | 42 | 0.69 | 0.77 |
| Hex | ED | D5 | 9D | 0 | A | 22 | 7 | 2A | 45 | 4D |
| Octal | 355 | 325 | 235 | 0 | 12 | 42 | 7 | 52 | 105 | 115 |
| Binary | 11101101 | 11010101 | 10011101 | 0 | 1010 | 100010 | 111 | 101010 | 1000101 | 1001101 |
Color Harmonies of #EDD59D
Complementary color
Monochromatic Colors of #EDD59D
Black with #EDD59D
Text Example
Text Example
White with #EDD59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD59D; }
p { color: rgb(237,213,157); }
H1.HeaderClassName
{
color: #EDD59D;
}
.AnyTagClassName
{
color: #EDD59D;
}
</style>
background-color css
<style>
a { background-color: #EDD59D; }
a { background-color: rgb(237,213,157); }
div.DivClassName
{
background-color: #EDD59D;
}
.BgClassName
{
background-color: #EDD59D;
}
</style>
border-color css
<style>
span { border-color: #EDD59D; }
span { border-color: rgb(237,213,157); }
td.TdClassName
{
border-color: #EDD59D;
}
.TagClassName
{
border-color: #EDD59D;
}
</style>