Shades of Splash #EDD79D
Tints of Splash #EDD79D
RGB
CMYK
RGB Variations
Color information
#EDD79D (or 0xEDD79D) is known color: Splash. HEX triplet: ED, D7 and 9D. RGB value is (237,215,157). Sum of RGB (Red+Green+Blue) = 237+215+157=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 215 (84.38% from 255 or 35.30% from 609); Blue value is 157 (61.72% from 255 or 25.78% from 609); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD79D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD79D is #122862. Grayscale: #D7D7D7. Windows color (decimal): -1189987 or 10344429. OLE color: 10344429.
HSL color Cylindrical-coordinate representation of color #EDD79D: hue angle of 43.5º 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 #EDD79D is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 215 | 157 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.07 |
| HSL | 43.5º | 0.69% | 0.77% | - |
| HSV(B) | 43.5º | 0.34% | 0.93% | - |
| XYZ | 65.31 | 69.04 | 41.78 | - |
| YUV | 214.97 | 95.29 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 157 | 0 | 0.09 | 0.34 | 0.07 | 43.5 | 0.69 | 0.77 |
| Hex | ED | D7 | 9D | 0 | 9 | 22 | 7 | 2C | 45 | 4D |
| Octal | 355 | 327 | 235 | 0 | 11 | 42 | 7 | 54 | 105 | 115 |
| Binary | 11101101 | 11010111 | 10011101 | 0 | 1001 | 100010 | 111 | 101100 | 1000101 | 1001101 |
Color Harmonies of #EDD79D
Complementary color
Monochromatic Colors of #EDD79D
Black with #EDD79D
Text Example
Text Example
White with #EDD79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD79D; }
p { color: rgb(237,215,157); }
H1.HeaderClassName
{
color: #EDD79D;
}
.AnyTagClassName
{
color: #EDD79D;
}
</style>
background-color css
<style>
a { background-color: #EDD79D; }
a { background-color: rgb(237,215,157); }
div.DivClassName
{
background-color: #EDD79D;
}
.BgClassName
{
background-color: #EDD79D;
}
</style>
border-color css
<style>
span { border-color: #EDD79D; }
span { border-color: rgb(237,215,157); }
td.TdClassName
{
border-color: #EDD79D;
}
.TagClassName
{
border-color: #EDD79D;
}
</style>