Shades of Splash #EBDB9B
Tints of Splash #EBDB9B
RGB
CMYK
RGB Variations
Color information
#EBDB9B (or 0xEBDB9B) is known color: Splash. HEX triplet: EB, DB and 9B. RGB value is (235,219,155). Sum of RGB (Red+Green+Blue) = 235+219+155=609 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.59% from 609); Green value is 219 (85.94% from 255 or 35.96% from 609); Blue value is 155 (60.94% from 255 or 25.45% from 609); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDB9B is #142464. Grayscale: #D8D8D8. Windows color (decimal): -1320037 or 10214379. OLE color: 10214379.
HSL color Cylindrical-coordinate representation of color #EBDB9B: hue angle of 48º 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 #EBDB9B is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 219 | 155 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.08 |
| HSL | 48º | 0.67% | 0.76% | - |
| HSV(B) | 48º | 0.34% | 0.92% | - |
| XYZ | 65.51 | 70.69 | 41.2 | - |
| YUV | 216.49 | 93.3 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 219 | 155 | 0 | 0.07 | 0.34 | 0.08 | 48 | 0.67 | 0.76 |
| Hex | EB | DB | 9B | 0 | 7 | 22 | 8 | 30 | 43 | 4C |
| Octal | 353 | 333 | 233 | 0 | 7 | 42 | 10 | 60 | 103 | 114 |
| Binary | 11101011 | 11011011 | 10011011 | 0 | 111 | 100010 | 1000 | 110000 | 1000011 | 1001100 |
Color Harmonies of #EBDB9B
Complementary color
Monochromatic Colors of #EBDB9B
Black with #EBDB9B
Text Example
Text Example
White with #EBDB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDB9B; }
p { color: rgb(235,219,155); }
H1.HeaderClassName
{
color: #EBDB9B;
}
.AnyTagClassName
{
color: #EBDB9B;
}
</style>
background-color css
<style>
a { background-color: #EBDB9B; }
a { background-color: rgb(235,219,155); }
div.DivClassName
{
background-color: #EBDB9B;
}
.BgClassName
{
background-color: #EBDB9B;
}
</style>
border-color css
<style>
span { border-color: #EBDB9B; }
span { border-color: rgb(235,219,155); }
td.TdClassName
{
border-color: #EBDB9B;
}
.TagClassName
{
border-color: #EBDB9B;
}
</style>