Shades of Splash #EDD795
Tints of Splash #EDD795
RGB
CMYK
RGB Variations
Color information
#EDD795 (or 0xEDD795) is known color: Splash. HEX triplet: ED, D7 and 95. RGB value is (237,215,149). Sum of RGB (Red+Green+Blue) = 237+215+149=601 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.43% from 601); Green value is 215 (84.38% from 255 or 35.77% from 601); Blue value is 149 (58.59% from 255 or 24.79% from 601); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD795 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD795 is #12286A. Grayscale: #D6D6D6. Windows color (decimal): -1189995 or 9820141. OLE color: 9820141.
HSL color Cylindrical-coordinate representation of color #EDD795: hue angle of 45º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EDD795 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 215 | 149 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.07 |
| HSL | 45º | 0.71% | 0.76% | - |
| HSV(B) | 45º | 0.37% | 0.93% | - |
| XYZ | 64.65 | 68.78 | 38.3 | - |
| YUV | 214.05 | 91.29 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 149 | 0 | 0.09 | 0.37 | 0.07 | 45 | 0.71 | 0.76 |
| Hex | ED | D7 | 95 | 0 | 9 | 25 | 7 | 2D | 47 | 4C |
| Octal | 355 | 327 | 225 | 0 | 11 | 45 | 7 | 55 | 107 | 114 |
| Binary | 11101101 | 11010111 | 10010101 | 0 | 1001 | 100101 | 111 | 101101 | 1000111 | 1001100 |
Color Harmonies of #EDD795
Complementary color
Monochromatic Colors of #EDD795
Black with #EDD795
Text Example
Text Example
White with #EDD795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD795; }
p { color: rgb(237,215,149); }
H1.HeaderClassName
{
color: #EDD795;
}
.AnyTagClassName
{
color: #EDD795;
}
</style>
background-color css
<style>
a { background-color: #EDD795; }
a { background-color: rgb(237,215,149); }
div.DivClassName
{
background-color: #EDD795;
}
.BgClassName
{
background-color: #EDD795;
}
</style>
border-color css
<style>
span { border-color: #EDD795; }
span { border-color: rgb(237,215,149); }
td.TdClassName
{
border-color: #EDD795;
}
.TagClassName
{
border-color: #EDD795;
}
</style>