Shades of Splash #EBD999
Tints of Splash #EBD999
RGB
CMYK
RGB Variations
Color information
#EBD999 (or 0xEBD999) is known color: Splash. HEX triplet: EB, D9 and 99. RGB value is (235,217,153). Sum of RGB (Red+Green+Blue) = 235+217+153=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 217 (85.16% from 255 or 35.87% from 605); Blue value is 153 (60.16% from 255 or 25.29% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD999 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD999 is #142666. Grayscale: #D7D7D7. Windows color (decimal): -1320551 or 10082795. OLE color: 10082795.
HSL color Cylindrical-coordinate representation of color #EBD999: hue angle of 46.83º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EBD999 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 217 | 153 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.08 |
| HSL | 46.83º | 0.67% | 0.76% | - |
| HSV(B) | 46.83º | 0.35% | 0.92% | - |
| XYZ | 64.82 | 69.59 | 40.15 | - |
| YUV | 215.09 | 92.96 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 217 | 153 | 0 | 0.08 | 0.35 | 0.08 | 46.83 | 0.67 | 0.76 |
| Hex | EB | D9 | 99 | 0 | 8 | 23 | 8 | 2F | 43 | 4C |
| Octal | 353 | 331 | 231 | 0 | 10 | 43 | 10 | 57 | 103 | 114 |
| Binary | 11101011 | 11011001 | 10011001 | 0 | 1000 | 100011 | 1000 | 101111 | 1000011 | 1001100 |
Color Harmonies of #EBD999
Complementary color
Monochromatic Colors of #EBD999
Black with #EBD999
Text Example
Text Example
White with #EBD999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD999; }
p { color: rgb(235,217,153); }
H1.HeaderClassName
{
color: #EBD999;
}
.AnyTagClassName
{
color: #EBD999;
}
</style>
background-color css
<style>
a { background-color: #EBD999; }
a { background-color: rgb(235,217,153); }
div.DivClassName
{
background-color: #EBD999;
}
.BgClassName
{
background-color: #EBD999;
}
</style>
border-color css
<style>
span { border-color: #EBD999; }
span { border-color: rgb(235,217,153); }
td.TdClassName
{
border-color: #EBD999;
}
.TagClassName
{
border-color: #EBD999;
}
</style>