Shades of Splash #EDDD9A
Tints of Splash #EDDD9A
RGB
CMYK
RGB Variations
Color information
#EDDD9A (or 0xEDDD9A) is known color: Splash. HEX triplet: ED, DD and 9A. RGB value is (237,221,154). Sum of RGB (Red+Green+Blue) = 237+221+154=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 221 (86.72% from 255 or 36.11% from 612); Blue value is 154 (60.55% from 255 or 25.16% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDD9A is #122265. Grayscale: #DADADA. Windows color (decimal): -1188454 or 10149357. OLE color: 10149357.
HSL color Cylindrical-coordinate representation of color #EDDD9A: hue angle of 48.43º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDDD9A is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 154 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.07 |
| HSL | 48.43º | 0.7% | 0.77% | - |
| HSV(B) | 48.43º | 0.35% | 0.93% | - |
| XYZ | 66.61 | 72.05 | 40.97 | - |
| YUV | 218.15 | 91.8 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 154 | 0 | 0.07 | 0.35 | 0.07 | 48.43 | 0.7 | 0.77 |
| Hex | ED | DD | 9A | 0 | 7 | 23 | 7 | 30 | 46 | 4D |
| Octal | 355 | 335 | 232 | 0 | 7 | 43 | 7 | 60 | 106 | 115 |
| Binary | 11101101 | 11011101 | 10011010 | 0 | 111 | 100011 | 111 | 110000 | 1000110 | 1001101 |
Color Harmonies of #EDDD9A
Complementary color
Monochromatic Colors of #EDDD9A
Black with #EDDD9A
Text Example
Text Example
White with #EDDD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDD9A; }
p { color: rgb(237,221,154); }
H1.HeaderClassName
{
color: #EDDD9A;
}
.AnyTagClassName
{
color: #EDDD9A;
}
</style>
background-color css
<style>
a { background-color: #EDDD9A; }
a { background-color: rgb(237,221,154); }
div.DivClassName
{
background-color: #EDDD9A;
}
.BgClassName
{
background-color: #EDDD9A;
}
</style>
border-color css
<style>
span { border-color: #EDDD9A; }
span { border-color: rgb(237,221,154); }
td.TdClassName
{
border-color: #EDDD9A;
}
.TagClassName
{
border-color: #EDDD9A;
}
</style>