Shades of Splash #EBD59B
Tints of Splash #EBD59B
RGB
CMYK
RGB Variations
Color information
#EBD59B (or 0xEBD59B) is known color: Splash. HEX triplet: EB, D5 and 9B. RGB value is (235,213,155). Sum of RGB (Red+Green+Blue) = 235+213+155=603 (79% of max value = 765). Red value is 235 (92.19% from 255 or 38.97% from 603); Green value is 213 (83.59% from 255 or 35.32% from 603); Blue value is 155 (60.94% from 255 or 25.70% from 603); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD59B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD59B is #142A64. Grayscale: #D5D5D5. Windows color (decimal): -1321573 or 10212843. OLE color: 10212843.
HSL color Cylindrical-coordinate representation of color #EBD59B: hue angle of 43.5º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EBD59B is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 213 | 155 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.08 |
| HSL | 43.5º | 0.67% | 0.76% | - |
| HSV(B) | 43.5º | 0.34% | 0.92% | - |
| XYZ | 63.97 | 67.62 | 40.69 | - |
| YUV | 212.97 | 95.29 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 213 | 155 | 0 | 0.09 | 0.34 | 0.08 | 43.5 | 0.67 | 0.76 |
| Hex | EB | D5 | 9B | 0 | 9 | 22 | 8 | 2C | 43 | 4C |
| Octal | 353 | 325 | 233 | 0 | 11 | 42 | 10 | 54 | 103 | 114 |
| Binary | 11101011 | 11010101 | 10011011 | 0 | 1001 | 100010 | 1000 | 101100 | 1000011 | 1001100 |
Color Harmonies of #EBD59B
Complementary color
Monochromatic Colors of #EBD59B
Black with #EBD59B
Text Example
Text Example
White with #EBD59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD59B; }
p { color: rgb(235,213,155); }
H1.HeaderClassName
{
color: #EBD59B;
}
.AnyTagClassName
{
color: #EBD59B;
}
</style>
background-color css
<style>
a { background-color: #EBD59B; }
a { background-color: rgb(235,213,155); }
div.DivClassName
{
background-color: #EBD59B;
}
.BgClassName
{
background-color: #EBD59B;
}
</style>
border-color css
<style>
span { border-color: #EBD59B; }
span { border-color: rgb(235,213,155); }
td.TdClassName
{
border-color: #EBD59B;
}
.TagClassName
{
border-color: #EBD59B;
}
</style>