Shades of Half And Half #EBE4BF
Tints of Half And Half #EBE4BF
RGB
CMYK
RGB Variations
Color information
#EBE4BF (or 0xEBE4BF) is known color: Half And Half. HEX triplet: EB, E4 and BF. RGB value is (235,228,191). Sum of RGB (Red+Green+Blue) = 235+228+191=654 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.93% from 654); Green value is 228 (89.45% from 255 or 34.86% from 654); Blue value is 191 (75% from 255 or 29.20% from 654); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE4BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE4BF is #141B40. Grayscale: #E2E2E2. Windows color (decimal): -1317697 or 12575979. OLE color: 12575979.
HSL color Cylindrical-coordinate representation of color #EBE4BF: hue angle of 50.45º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBE4BF is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 228 | 191 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.08 |
| HSL | 50.45º | 0.52% | 0.84% | - |
| HSV(B) | 50.45º | 0.19% | 0.92% | - |
| XYZ | 71.41 | 76.91 | 60.37 | - |
| YUV | 225.88 | 108.32 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 228 | 191 | 0 | 0.03 | 0.19 | 0.08 | 50.45 | 0.52 | 0.84 |
| Hex | EB | E4 | BF | 0 | 3 | 13 | 8 | 32 | 34 | 54 |
| Octal | 353 | 344 | 277 | 0 | 3 | 23 | 10 | 62 | 64 | 124 |
| Binary | 11101011 | 11100100 | 10111111 | 0 | 11 | 10011 | 1000 | 110010 | 110100 | 1010100 |
Color Harmonies of #EBE4BF
Complementary color
Monochromatic Colors of #EBE4BF
Black with #EBE4BF
Text Example
Text Example
White with #EBE4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE4BF; }
p { color: rgb(235,228,191); }
H1.HeaderClassName
{
color: #EBE4BF;
}
.AnyTagClassName
{
color: #EBE4BF;
}
</style>
background-color css
<style>
a { background-color: #EBE4BF; }
a { background-color: rgb(235,228,191); }
div.DivClassName
{
background-color: #EBE4BF;
}
.BgClassName
{
background-color: #EBE4BF;
}
</style>
border-color css
<style>
span { border-color: #EBE4BF; }
span { border-color: rgb(235,228,191); }
td.TdClassName
{
border-color: #EBE4BF;
}
.TagClassName
{
border-color: #EBE4BF;
}
</style>