Html Css Color HEX #EBE4BB Half Colonial White
📋 copy color: '#EBE4BB'red 235 ◦ green 228 ◦ blue 187
Shades of Half Colonial White #EBE4BB
Tints of Half Colonial White #EBE4BB
RGB
CMYK
RGB Variations
Color information
#EBE4BB (or 0xEBE4BB) is known color: Half Colonial White. HEX triplet: EB, E4 and BB. RGB value is (235,228,187). Sum of RGB (Red+Green+Blue) = 235+228+187=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 228 (89.45% from 255 or 35.08% from 650); Blue value is 187 (73.44% from 255 or 28.77% from 650); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE4BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE4BB is #141B44. Grayscale: #E1E1E1. Windows color (decimal): -1317701 or 12313835. OLE color: 12313835.
HSL color Cylindrical-coordinate representation of color #EBE4BB: hue angle of 51.25º 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 #EBE4BB is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 228 | 187 | - |
| CMYK | 0 | 0.03 | 0.20 | 0.08 |
| HSL | 51.25º | 0.55% | 0.83% | - |
| HSV(B) | 51.25º | 0.2% | 0.92% | - |
| XYZ | 70.97 | 76.74 | 58.08 | - |
| YUV | 225.42 | 106.32 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 228 | 187 | 0 | 0.03 | 0.20 | 0.08 | 51.25 | 0.55 | 0.83 |
| Hex | EB | E4 | BB | 0 | 3 | 14 | 8 | 33 | 37 | 53 |
| Octal | 353 | 344 | 273 | 0 | 3 | 24 | 10 | 63 | 67 | 123 |
| Binary | 11101011 | 11100100 | 10111011 | 0 | 11 | 10100 | 1000 | 110011 | 110111 | 1010011 |
Color Harmonies of #EBE4BB
Complementary color
Monochromatic Colors of #EBE4BB
Black with #EBE4BB
Text Example
Text Example
White with #EBE4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE4BB; }
p { color: rgb(235,228,187); }
H1.HeaderClassName
{
color: #EBE4BB;
}
.AnyTagClassName
{
color: #EBE4BB;
}
</style>
background-color css
<style>
a { background-color: #EBE4BB; }
a { background-color: rgb(235,228,187); }
div.DivClassName
{
background-color: #EBE4BB;
}
.BgClassName
{
background-color: #EBE4BB;
}
</style>
border-color css
<style>
span { border-color: #EBE4BB; }
span { border-color: rgb(235,228,187); }
td.TdClassName
{
border-color: #EBE4BB;
}
.TagClassName
{
border-color: #EBE4BB;
}
</style>