Shades of Half And Half #EBE5C7
Tints of Half And Half #EBE5C7
RGB
CMYK
RGB Variations
Color information
#EBE5C7 (or 0xEBE5C7) is known color: Half And Half. HEX triplet: EB, E5 and C7. RGB value is (235,229,199). Sum of RGB (Red+Green+Blue) = 235+229+199=663 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.44% from 663); Green value is 229 (89.84% from 255 or 34.54% from 663); Blue value is 199 (78.12% from 255 or 30.02% from 663); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE5C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE5C7 is #141A38. Grayscale: #E3E3E3. Windows color (decimal): -1317433 or 13100523. OLE color: 13100523.
HSL color Cylindrical-coordinate representation of color #EBE5C7: hue angle of 50º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EBE5C7 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 229 | 199 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.08 |
| HSL | 50º | 0.47% | 0.85% | - |
| HSV(B) | 50º | 0.15% | 0.92% | - |
| XYZ | 72.59 | 77.82 | 65.23 | - |
| YUV | 227.37 | 111.99 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 229 | 199 | 0 | 0.03 | 0.15 | 0.08 | 50 | 0.47 | 0.85 |
| Hex | EB | E5 | C7 | 0 | 3 | F | 8 | 32 | 2F | 55 |
| Octal | 353 | 345 | 307 | 0 | 3 | 17 | 10 | 62 | 57 | 125 |
| Binary | 11101011 | 11100101 | 11000111 | 0 | 11 | 1111 | 1000 | 110010 | 101111 | 1010101 |
Color Harmonies of #EBE5C7
Complementary color
Monochromatic Colors of #EBE5C7
Black with #EBE5C7
Text Example
Text Example
White with #EBE5C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE5C7; }
p { color: rgb(235,229,199); }
H1.HeaderClassName
{
color: #EBE5C7;
}
.AnyTagClassName
{
color: #EBE5C7;
}
</style>
background-color css
<style>
a { background-color: #EBE5C7; }
a { background-color: rgb(235,229,199); }
div.DivClassName
{
background-color: #EBE5C7;
}
.BgClassName
{
background-color: #EBE5C7;
}
</style>
border-color css
<style>
span { border-color: #EBE5C7; }
span { border-color: rgb(235,229,199); }
td.TdClassName
{
border-color: #EBE5C7;
}
.TagClassName
{
border-color: #EBE5C7;
}
</style>