Shades of Splash #EDDD98
Tints of Splash #EDDD98
RGB
CMYK
RGB Variations
Color information
#EDDD98 (or 0xEDDD98) is known color: Splash. HEX triplet: ED, DD and 98. RGB value is (237,221,152). Sum of RGB (Red+Green+Blue) = 237+221+152=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 152 (59.77% from 255 or 24.92% from 610); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDD98 is #122267. Grayscale: #DADADA. Windows color (decimal): -1188456 or 10018285. OLE color: 10018285.
HSL color Cylindrical-coordinate representation of color #EDDD98: hue angle of 48.71º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EDDD98 is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 152 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.07 |
| HSL | 48.71º | 0.7% | 0.76% | - |
| HSV(B) | 48.71º | 0.36% | 0.93% | - |
| XYZ | 66.45 | 71.98 | 40.1 | - |
| YUV | 217.92 | 90.8 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 152 | 0 | 0.07 | 0.36 | 0.07 | 48.71 | 0.7 | 0.76 |
| Hex | ED | DD | 98 | 0 | 7 | 24 | 7 | 31 | 46 | 4C |
| Octal | 355 | 335 | 230 | 0 | 7 | 44 | 7 | 61 | 106 | 114 |
| Binary | 11101101 | 11011101 | 10011000 | 0 | 111 | 100100 | 111 | 110001 | 1000110 | 1001100 |
Color Harmonies of #EDDD98
Complementary color
Monochromatic Colors of #EDDD98
Black with #EDDD98
Text Example
Text Example
White with #EDDD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDD98; }
p { color: rgb(237,221,152); }
H1.HeaderClassName
{
color: #EDDD98;
}
.AnyTagClassName
{
color: #EDDD98;
}
</style>
background-color css
<style>
a { background-color: #EDDD98; }
a { background-color: rgb(237,221,152); }
div.DivClassName
{
background-color: #EDDD98;
}
.BgClassName
{
background-color: #EDDD98;
}
</style>
border-color css
<style>
span { border-color: #EDDD98; }
span { border-color: rgb(237,221,152); }
td.TdClassName
{
border-color: #EDDD98;
}
.TagClassName
{
border-color: #EDDD98;
}
</style>