Html Css Color HEX #EBE4BC Half Colonial White
📋 copy color: '#EBE4BC'red 235 ◦ green 228 ◦ blue 188
Shades of Half Colonial White #EBE4BC
Tints of Half Colonial White #EBE4BC
RGB
CMYK
RGB Variations
Color information
#EBE4BC (or 0xEBE4BC) is known color: Half Colonial White. HEX triplet: EB, E4 and BC. RGB value is (235,228,188). Sum of RGB (Red+Green+Blue) = 235+228+188=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 228 (89.45% from 255 or 35.02% from 651); Blue value is 188 (73.83% from 255 or 28.88% from 651); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE4BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE4BC is #141B43. Grayscale: #E1E1E1. Windows color (decimal): -1317700 or 12379371. OLE color: 12379371.
HSL color Cylindrical-coordinate representation of color #EBE4BC: hue angle of 51.06º degrees, saturation: 0.54, 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 #EBE4BC is Cyan = 0, Magento = 0.03, Yellow = 0.2 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 228 | 188 | - |
| CMYK | 0 | 0.03 | 0.2 | 0.08 |
| HSL | 51.06º | 0.54% | 0.83% | - |
| HSV(B) | 51.06º | 0.2% | 0.92% | - |
| XYZ | 71.08 | 76.78 | 58.65 | - |
| YUV | 225.53 | 106.82 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 228 | 188 | 0 | 0.03 | 0.2 | 0.08 | 51.06 | 0.54 | 0.83 |
| Hex | EB | E4 | BC | 0 | 3 | 14 | 8 | 33 | 36 | 53 |
| Octal | 353 | 344 | 274 | 0 | 3 | 24 | 10 | 63 | 66 | 123 |
| Binary | 11101011 | 11100100 | 10111100 | 0 | 11 | 10100 | 1000 | 110011 | 110110 | 1010011 |
Color Harmonies of #EBE4BC
Complementary color
Monochromatic Colors of #EBE4BC
Black with #EBE4BC
Text Example
Text Example
White with #EBE4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE4BC; }
p { color: rgb(235,228,188); }
H1.HeaderClassName
{
color: #EBE4BC;
}
.AnyTagClassName
{
color: #EBE4BC;
}
</style>
background-color css
<style>
a { background-color: #EBE4BC; }
a { background-color: rgb(235,228,188); }
div.DivClassName
{
background-color: #EBE4BC;
}
.BgClassName
{
background-color: #EBE4BC;
}
</style>
border-color css
<style>
span { border-color: #EBE4BC; }
span { border-color: rgb(235,228,188); }
td.TdClassName
{
border-color: #EBE4BC;
}
.TagClassName
{
border-color: #EBE4BC;
}
</style>