Html Css Color HEX #EBE3BF Half Colonial White
📋 copy color: '#EBE3BF'red 235 ◦ green 227 ◦ blue 191
Shades of Half Colonial White #EBE3BF
Tints of Half Colonial White #EBE3BF
RGB
CMYK
RGB Variations
Color information
#EBE3BF (or 0xEBE3BF) is known color: Half Colonial White. HEX triplet: EB, E3 and BF. RGB value is (235,227,191). Sum of RGB (Red+Green+Blue) = 235+227+191=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 227 (89.06% from 255 or 34.76% from 653); Blue value is 191 (75% from 255 or 29.25% from 653); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE3BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE3BF is #141C40. Grayscale: #E1E1E1. Windows color (decimal): -1317953 or 12575723. OLE color: 12575723.
HSL color Cylindrical-coordinate representation of color #EBE3BF: hue angle of 49.09º 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 #EBE3BF is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 227 | 191 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.08 |
| HSL | 49.09º | 0.52% | 0.84% | - |
| HSV(B) | 49.09º | 0.19% | 0.92% | - |
| XYZ | 71.13 | 76.36 | 60.28 | - |
| YUV | 225.29 | 108.65 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 227 | 191 | 0 | 0.03 | 0.19 | 0.08 | 49.09 | 0.52 | 0.84 |
| Hex | EB | E3 | BF | 0 | 3 | 13 | 8 | 31 | 34 | 54 |
| Octal | 353 | 343 | 277 | 0 | 3 | 23 | 10 | 61 | 64 | 124 |
| Binary | 11101011 | 11100011 | 10111111 | 0 | 11 | 10011 | 1000 | 110001 | 110100 | 1010100 |
Color Harmonies of #EBE3BF
Complementary color
Monochromatic Colors of #EBE3BF
Black with #EBE3BF
Text Example
Text Example
White with #EBE3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE3BF; }
p { color: rgb(235,227,191); }
H1.HeaderClassName
{
color: #EBE3BF;
}
.AnyTagClassName
{
color: #EBE3BF;
}
</style>
background-color css
<style>
a { background-color: #EBE3BF; }
a { background-color: rgb(235,227,191); }
div.DivClassName
{
background-color: #EBE3BF;
}
.BgClassName
{
background-color: #EBE3BF;
}
</style>
border-color css
<style>
span { border-color: #EBE3BF; }
span { border-color: rgb(235,227,191); }
td.TdClassName
{
border-color: #EBE3BF;
}
.TagClassName
{
border-color: #EBE3BF;
}
</style>