Html Css Color HEX #EBE4BD Half Colonial White
📋 copy color: '#EBE4BD'red 235 ◦ green 228 ◦ blue 189
Shades of Half Colonial White #EBE4BD
Tints of Half Colonial White #EBE4BD
RGB
CMYK
RGB Variations
Color information
#EBE4BD (or 0xEBE4BD) is known color: Half Colonial White. HEX triplet: EB, E4 and BD. RGB value is (235,228,189). Sum of RGB (Red+Green+Blue) = 235+228+189=652 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.04% from 652); Green value is 228 (89.45% from 255 or 34.97% from 652); Blue value is 189 (74.22% from 255 or 28.99% from 652); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE4BD is #141B42. Grayscale: #E1E1E1. Windows color (decimal): -1317699 or 12444907. OLE color: 12444907.
HSL color Cylindrical-coordinate representation of color #EBE4BD: hue angle of 50.87º degrees, saturation: 0.53, 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 #EBE4BD is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 228 | 189 | - |
| CMYK | 0 | 0.03 | 0.20 | 0.08 |
| HSL | 50.87º | 0.53% | 0.83% | - |
| HSV(B) | 50.87º | 0.2% | 0.92% | - |
| XYZ | 71.19 | 76.82 | 59.22 | - |
| YUV | 225.65 | 107.32 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 228 | 189 | 0 | 0.03 | 0.20 | 0.08 | 50.87 | 0.53 | 0.83 |
| Hex | EB | E4 | BD | 0 | 3 | 14 | 8 | 33 | 35 | 53 |
| Octal | 353 | 344 | 275 | 0 | 3 | 24 | 10 | 63 | 65 | 123 |
| Binary | 11101011 | 11100100 | 10111101 | 0 | 11 | 10100 | 1000 | 110011 | 110101 | 1010011 |
Color Harmonies of #EBE4BD
Complementary color
Monochromatic Colors of #EBE4BD
Black with #EBE4BD
Text Example
Text Example
White with #EBE4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE4BD; }
p { color: rgb(235,228,189); }
H1.HeaderClassName
{
color: #EBE4BD;
}
.AnyTagClassName
{
color: #EBE4BD;
}
</style>
background-color css
<style>
a { background-color: #EBE4BD; }
a { background-color: rgb(235,228,189); }
div.DivClassName
{
background-color: #EBE4BD;
}
.BgClassName
{
background-color: #EBE4BD;
}
</style>
border-color css
<style>
span { border-color: #EBE4BD; }
span { border-color: rgb(235,228,189); }
td.TdClassName
{
border-color: #EBE4BD;
}
.TagClassName
{
border-color: #EBE4BD;
}
</style>