Shades of Splash #EDD895
Tints of Splash #EDD895
RGB
CMYK
RGB Variations
Color information
#EDD895 (or 0xEDD895) is known color: Splash. HEX triplet: ED, D8 and 95. RGB value is (237,216,149). Sum of RGB (Red+Green+Blue) = 237+216+149=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 216 (84.77% from 255 or 35.88% from 602); Blue value is 149 (58.59% from 255 or 24.75% from 602); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD895 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD895 is #12276A. Grayscale: #D6D6D6. Windows color (decimal): -1189739 or 9820397. OLE color: 9820397.
HSL color Cylindrical-coordinate representation of color #EDD895: hue angle of 45.68º 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 #EDD895 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 216 | 149 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.07 |
| HSL | 45.68º | 0.71% | 0.76% | - |
| HSV(B) | 45.68º | 0.37% | 0.93% | - |
| XYZ | 64.91 | 69.29 | 38.39 | - |
| YUV | 214.64 | 90.96 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 216 | 149 | 0 | 0.09 | 0.37 | 0.07 | 45.68 | 0.71 | 0.76 |
| Hex | ED | D8 | 95 | 0 | 9 | 25 | 7 | 2E | 47 | 4C |
| Octal | 355 | 330 | 225 | 0 | 11 | 45 | 7 | 56 | 107 | 114 |
| Binary | 11101101 | 11011000 | 10010101 | 0 | 1001 | 100101 | 111 | 101110 | 1000111 | 1001100 |
Color Harmonies of #EDD895
Complementary color
Monochromatic Colors of #EDD895
Black with #EDD895
Text Example
Text Example
White with #EDD895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD895; }
p { color: rgb(237,216,149); }
H1.HeaderClassName
{
color: #EDD895;
}
.AnyTagClassName
{
color: #EDD895;
}
</style>
background-color css
<style>
a { background-color: #EDD895; }
a { background-color: rgb(237,216,149); }
div.DivClassName
{
background-color: #EDD895;
}
.BgClassName
{
background-color: #EDD895;
}
</style>
border-color css
<style>
span { border-color: #EDD895; }
span { border-color: rgb(237,216,149); }
td.TdClassName
{
border-color: #EDD895;
}
.TagClassName
{
border-color: #EDD895;
}
</style>