Shades of Splash #EBDA9B
Tints of Splash #EBDA9B
RGB
CMYK
RGB Variations
Color information
#EBDA9B (or 0xEBDA9B) is known color: Splash. HEX triplet: EB, DA and 9B. RGB value is (235,218,155). Sum of RGB (Red+Green+Blue) = 235+218+155=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 218 (85.55% from 255 or 35.86% from 608); Blue value is 155 (60.94% from 255 or 25.49% from 608); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDA9B is #142564. Grayscale: #D8D8D8. Windows color (decimal): -1320293 or 10214123. OLE color: 10214123.
HSL color Cylindrical-coordinate representation of color #EBDA9B: hue angle of 47.25º 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 #EBDA9B is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 218 | 155 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.08 |
| HSL | 47.25º | 0.67% | 0.76% | - |
| HSV(B) | 47.25º | 0.34% | 0.92% | - |
| XYZ | 65.25 | 70.17 | 41.12 | - |
| YUV | 215.9 | 93.63 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 218 | 155 | 0 | 0.07 | 0.34 | 0.08 | 47.25 | 0.67 | 0.76 |
| Hex | EB | DA | 9B | 0 | 7 | 22 | 8 | 2F | 43 | 4C |
| Octal | 353 | 332 | 233 | 0 | 7 | 42 | 10 | 57 | 103 | 114 |
| Binary | 11101011 | 11011010 | 10011011 | 0 | 111 | 100010 | 1000 | 101111 | 1000011 | 1001100 |
Color Harmonies of #EBDA9B
Complementary color
Monochromatic Colors of #EBDA9B
Black with #EBDA9B
Text Example
Text Example
White with #EBDA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDA9B; }
p { color: rgb(235,218,155); }
H1.HeaderClassName
{
color: #EBDA9B;
}
.AnyTagClassName
{
color: #EBDA9B;
}
</style>
background-color css
<style>
a { background-color: #EBDA9B; }
a { background-color: rgb(235,218,155); }
div.DivClassName
{
background-color: #EBDA9B;
}
.BgClassName
{
background-color: #EBDA9B;
}
</style>
border-color css
<style>
span { border-color: #EBDA9B; }
span { border-color: rgb(235,218,155); }
td.TdClassName
{
border-color: #EBDA9B;
}
.TagClassName
{
border-color: #EBDA9B;
}
</style>