Html Css Color HEX #EBE2BF Half Colonial White
📋 copy color: '#EBE2BF'red 235 ◦ green 226 ◦ blue 191
Shades of Half Colonial White #EBE2BF
Tints of Half Colonial White #EBE2BF
RGB
CMYK
RGB Variations
Color information
#EBE2BF (or 0xEBE2BF) is known color: Half Colonial White. HEX triplet: EB, E2 and BF. RGB value is (235,226,191). Sum of RGB (Red+Green+Blue) = 235+226+191=652 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.04% from 652); Green value is 226 (88.67% from 255 or 34.66% from 652); Blue value is 191 (75% from 255 or 29.29% from 652); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE2BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE2BF is #141D40. Grayscale: #E0E0E0. Windows color (decimal): -1318209 or 12575467. OLE color: 12575467.
HSL color Cylindrical-coordinate representation of color #EBE2BF: hue angle of 47.73º 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 #EBE2BF is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 226 | 191 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.08 |
| HSL | 47.73º | 0.52% | 0.84% | - |
| HSV(B) | 47.73º | 0.19% | 0.92% | - |
| XYZ | 70.86 | 75.82 | 60.19 | - |
| YUV | 224.7 | 108.98 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 226 | 191 | 0 | 0.04 | 0.19 | 0.08 | 47.73 | 0.52 | 0.84 |
| Hex | EB | E2 | BF | 0 | 4 | 13 | 8 | 30 | 34 | 54 |
| Octal | 353 | 342 | 277 | 0 | 4 | 23 | 10 | 60 | 64 | 124 |
| Binary | 11101011 | 11100010 | 10111111 | 0 | 100 | 10011 | 1000 | 110000 | 110100 | 1010100 |
Color Harmonies of #EBE2BF
Complementary color
Monochromatic Colors of #EBE2BF
Black with #EBE2BF
Text Example
Text Example
White with #EBE2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE2BF; }
p { color: rgb(235,226,191); }
H1.HeaderClassName
{
color: #EBE2BF;
}
.AnyTagClassName
{
color: #EBE2BF;
}
</style>
background-color css
<style>
a { background-color: #EBE2BF; }
a { background-color: rgb(235,226,191); }
div.DivClassName
{
background-color: #EBE2BF;
}
.BgClassName
{
background-color: #EBE2BF;
}
</style>
border-color css
<style>
span { border-color: #EBE2BF; }
span { border-color: rgb(235,226,191); }
td.TdClassName
{
border-color: #EBE2BF;
}
.TagClassName
{
border-color: #EBE2BF;
}
</style>