Html Css Color HEX #EBE1BB Half Colonial White
📋 copy color: '#EBE1BB'red 235 ◦ green 225 ◦ blue 187
Shades of Half Colonial White #EBE1BB
Tints of Half Colonial White #EBE1BB
RGB
CMYK
RGB Variations
Color information
#EBE1BB (or 0xEBE1BB) is known color: Half Colonial White. HEX triplet: EB, E1 and BB. RGB value is (235,225,187). Sum of RGB (Red+Green+Blue) = 235+225+187=647 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.32% from 647); Green value is 225 (88.28% from 255 or 34.78% from 647); Blue value is 187 (73.44% from 255 or 28.90% from 647); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE1BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE1BB is #141E44. Grayscale: #DFDFDF. Windows color (decimal): -1318469 or 12313067. OLE color: 12313067.
HSL color Cylindrical-coordinate representation of color #EBE1BB: hue angle of 47.5º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBE1BB is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 225 | 187 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.08 |
| HSL | 47.5º | 0.55% | 0.83% | - |
| HSV(B) | 47.5º | 0.2% | 0.92% | - |
| XYZ | 70.16 | 75.1 | 57.81 | - |
| YUV | 223.66 | 107.31 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 225 | 187 | 0 | 0.04 | 0.20 | 0.08 | 47.5 | 0.55 | 0.83 |
| Hex | EB | E1 | BB | 0 | 4 | 14 | 8 | 30 | 37 | 53 |
| Octal | 353 | 341 | 273 | 0 | 4 | 24 | 10 | 60 | 67 | 123 |
| Binary | 11101011 | 11100001 | 10111011 | 0 | 100 | 10100 | 1000 | 110000 | 110111 | 1010011 |
Color Harmonies of #EBE1BB
Complementary color
Monochromatic Colors of #EBE1BB
Black with #EBE1BB
Text Example
Text Example
White with #EBE1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE1BB; }
p { color: rgb(235,225,187); }
H1.HeaderClassName
{
color: #EBE1BB;
}
.AnyTagClassName
{
color: #EBE1BB;
}
</style>
background-color css
<style>
a { background-color: #EBE1BB; }
a { background-color: rgb(235,225,187); }
div.DivClassName
{
background-color: #EBE1BB;
}
.BgClassName
{
background-color: #EBE1BB;
}
</style>
border-color css
<style>
span { border-color: #EBE1BB; }
span { border-color: rgb(235,225,187); }
td.TdClassName
{
border-color: #EBE1BB;
}
.TagClassName
{
border-color: #EBE1BB;
}
</style>