Shades of Splash #EDDC99
Tints of Splash #EDDC99
RGB
CMYK
RGB Variations
Color information
#EDDC99 (or 0xEDDC99) is known color: Splash. HEX triplet: ED, DC and 99. RGB value is (237,220,153). Sum of RGB (Red+Green+Blue) = 237+220+153=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 153 (60.16% from 255 or 25.08% from 610); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDC99 is #122366. Grayscale: #D9D9D9. Windows color (decimal): -1188711 or 10083565. OLE color: 10083565.
HSL color Cylindrical-coordinate representation of color #EDDC99: hue angle of 47.86º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDDC99 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 220 | 153 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.07 |
| HSL | 47.86º | 0.7% | 0.76% | - |
| HSV(B) | 47.86º | 0.35% | 0.93% | - |
| XYZ | 66.27 | 71.49 | 40.44 | - |
| YUV | 217.45 | 91.63 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 220 | 153 | 0 | 0.07 | 0.35 | 0.07 | 47.86 | 0.7 | 0.76 |
| Hex | ED | DC | 99 | 0 | 7 | 23 | 7 | 30 | 46 | 4C |
| Octal | 355 | 334 | 231 | 0 | 7 | 43 | 7 | 60 | 106 | 114 |
| Binary | 11101101 | 11011100 | 10011001 | 0 | 111 | 100011 | 111 | 110000 | 1000110 | 1001100 |
Color Harmonies of #EDDC99
Complementary color
Monochromatic Colors of #EDDC99
Black with #EDDC99
Text Example
Text Example
White with #EDDC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDC99; }
p { color: rgb(237,220,153); }
H1.HeaderClassName
{
color: #EDDC99;
}
.AnyTagClassName
{
color: #EDDC99;
}
</style>
background-color css
<style>
a { background-color: #EDDC99; }
a { background-color: rgb(237,220,153); }
div.DivClassName
{
background-color: #EDDC99;
}
.BgClassName
{
background-color: #EDDC99;
}
</style>
border-color css
<style>
span { border-color: #EDDC99; }
span { border-color: rgb(237,220,153); }
td.TdClassName
{
border-color: #EDDC99;
}
.TagClassName
{
border-color: #EDDC99;
}
</style>