Shades of Splash #EDD893
Tints of Splash #EDD893
RGB
CMYK
RGB Variations
Color information
#EDD893 (or 0xEDD893) is known color: Splash. HEX triplet: ED, D8 and 93. RGB value is (237,216,147). Sum of RGB (Red+Green+Blue) = 237+216+147=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 216 (84.77% from 255 or 36% from 600); Blue value is 147 (57.81% from 255 or 24.5% from 600); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD893 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD893 is #12276C. Grayscale: #D6D6D6. Windows color (decimal): -1189741 or 9689325. OLE color: 9689325.
HSL color Cylindrical-coordinate representation of color #EDD893: hue angle of 46º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EDD893 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 216 | 147 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.07 |
| HSL | 46º | 0.71% | 0.75% | - |
| HSV(B) | 46º | 0.38% | 0.93% | - |
| XYZ | 64.75 | 69.22 | 37.55 | - |
| YUV | 214.41 | 89.96 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 216 | 147 | 0 | 0.09 | 0.38 | 0.07 | 46 | 0.71 | 0.75 |
| Hex | ED | D8 | 93 | 0 | 9 | 26 | 7 | 2E | 47 | 4B |
| Octal | 355 | 330 | 223 | 0 | 11 | 46 | 7 | 56 | 107 | 113 |
| Binary | 11101101 | 11011000 | 10010011 | 0 | 1001 | 100110 | 111 | 101110 | 1000111 | 1001011 |
Color Harmonies of #EDD893
Complementary color
Monochromatic Colors of #EDD893
Black with #EDD893
Text Example
Text Example
White with #EDD893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD893; }
p { color: rgb(237,216,147); }
H1.HeaderClassName
{
color: #EDD893;
}
.AnyTagClassName
{
color: #EDD893;
}
</style>
background-color css
<style>
a { background-color: #EDD893; }
a { background-color: rgb(237,216,147); }
div.DivClassName
{
background-color: #EDD893;
}
.BgClassName
{
background-color: #EDD893;
}
</style>
border-color css
<style>
span { border-color: #EDD893; }
span { border-color: rgb(237,216,147); }
td.TdClassName
{
border-color: #EDD893;
}
.TagClassName
{
border-color: #EDD893;
}
</style>