Shades of Splash #EDDD9E
Tints of Splash #EDDD9E
RGB
CMYK
RGB Variations
Color information
#EDDD9E (or 0xEDDD9E) is known color: Splash. HEX triplet: ED, DD and 9E. RGB value is (237,221,158). Sum of RGB (Red+Green+Blue) = 237+221+158=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 158 (62.11% from 255 or 25.65% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDD9E is #122261. Grayscale: #DADADA. Windows color (decimal): -1188450 or 10411501. OLE color: 10411501.
HSL color Cylindrical-coordinate representation of color #EDDD9E: hue angle of 47.85º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDDD9E is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 158 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.07 |
| HSL | 47.85º | 0.69% | 0.77% | - |
| HSV(B) | 47.85º | 0.33% | 0.93% | - |
| XYZ | 66.95 | 72.19 | 42.75 | - |
| YUV | 218.6 | 93.8 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 158 | 0 | 0.07 | 0.33 | 0.07 | 47.85 | 0.69 | 0.77 |
| Hex | ED | DD | 9E | 0 | 7 | 21 | 7 | 30 | 45 | 4D |
| Octal | 355 | 335 | 236 | 0 | 7 | 41 | 7 | 60 | 105 | 115 |
| Binary | 11101101 | 11011101 | 10011110 | 0 | 111 | 100001 | 111 | 110000 | 1000101 | 1001101 |
Color Harmonies of #EDDD9E
Complementary color
Monochromatic Colors of #EDDD9E
Black with #EDDD9E
Text Example
Text Example
White with #EDDD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDD9E; }
p { color: rgb(237,221,158); }
H1.HeaderClassName
{
color: #EDDD9E;
}
.AnyTagClassName
{
color: #EDDD9E;
}
</style>
background-color css
<style>
a { background-color: #EDDD9E; }
a { background-color: rgb(237,221,158); }
div.DivClassName
{
background-color: #EDDD9E;
}
.BgClassName
{
background-color: #EDDD9E;
}
</style>
border-color css
<style>
span { border-color: #EDDD9E; }
span { border-color: rgb(237,221,158); }
td.TdClassName
{
border-color: #EDDD9E;
}
.TagClassName
{
border-color: #EDDD9E;
}
</style>