Shades of Splash #EDD994
Tints of Splash #EDD994
RGB
CMYK
RGB Variations
Color information
#EDD994 (or 0xEDD994) is known color: Splash. HEX triplet: ED, D9 and 94. RGB value is (237,217,148). Sum of RGB (Red+Green+Blue) = 237+217+148=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 217 (85.16% from 255 or 36.05% from 602); Blue value is 148 (58.20% from 255 or 24.58% from 602); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD994 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD994 is #12266B. Grayscale: #D7D7D7. Windows color (decimal): -1189484 or 9755117. OLE color: 9755117.
HSL color Cylindrical-coordinate representation of color #EDD994: hue angle of 46.52º 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 #EDD994 is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 148 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.07 |
| HSL | 46.52º | 0.71% | 0.75% | - |
| HSV(B) | 46.52º | 0.38% | 0.93% | - |
| XYZ | 65.08 | 69.77 | 38.05 | - |
| YUV | 215.11 | 90.13 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 148 | 0 | 0.08 | 0.38 | 0.07 | 46.52 | 0.71 | 0.75 |
| Hex | ED | D9 | 94 | 0 | 8 | 26 | 7 | 2F | 47 | 4B |
| Octal | 355 | 331 | 224 | 0 | 10 | 46 | 7 | 57 | 107 | 113 |
| Binary | 11101101 | 11011001 | 10010100 | 0 | 1000 | 100110 | 111 | 101111 | 1000111 | 1001011 |
Color Harmonies of #EDD994
Complementary color
Monochromatic Colors of #EDD994
Black with #EDD994
Text Example
Text Example
White with #EDD994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD994; }
p { color: rgb(237,217,148); }
H1.HeaderClassName
{
color: #EDD994;
}
.AnyTagClassName
{
color: #EDD994;
}
</style>
background-color css
<style>
a { background-color: #EDD994; }
a { background-color: rgb(237,217,148); }
div.DivClassName
{
background-color: #EDD994;
}
.BgClassName
{
background-color: #EDD994;
}
</style>
border-color css
<style>
span { border-color: #EDD994; }
span { border-color: rgb(237,217,148); }
td.TdClassName
{
border-color: #EDD994;
}
.TagClassName
{
border-color: #EDD994;
}
</style>