Html Css Color HEX #EBE1BC Half Colonial White
📋 copy color: '#EBE1BC'red 235 ◦ green 225 ◦ blue 188
Shades of Half Colonial White #EBE1BC
Tints of Half Colonial White #EBE1BC
RGB
CMYK
RGB Variations
Color information
#EBE1BC (or 0xEBE1BC) is known color: Half Colonial White. HEX triplet: EB, E1 and BC. RGB value is (235,225,188). Sum of RGB (Red+Green+Blue) = 235+225+188=648 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.27% from 648); Green value is 225 (88.28% from 255 or 34.72% from 648); Blue value is 188 (73.83% from 255 or 29.01% from 648); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE1BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE1BC is #141E43. Grayscale: #DFDFDF. Windows color (decimal): -1318468 or 12378603. OLE color: 12378603.
HSL color Cylindrical-coordinate representation of color #EBE1BC: hue angle of 47.23º 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 #EBE1BC is Cyan = 0, Magento = 0.04, Yellow = 0.2 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 225 | 188 | - |
| CMYK | 0 | 0.04 | 0.2 | 0.08 |
| HSL | 47.23º | 0.54% | 0.83% | - |
| HSV(B) | 47.23º | 0.2% | 0.92% | - |
| XYZ | 70.26 | 75.14 | 58.38 | - |
| YUV | 223.77 | 107.81 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 225 | 188 | 0 | 0.04 | 0.2 | 0.08 | 47.23 | 0.54 | 0.83 |
| Hex | EB | E1 | BC | 0 | 4 | 14 | 8 | 2F | 36 | 53 |
| Octal | 353 | 341 | 274 | 0 | 4 | 24 | 10 | 57 | 66 | 123 |
| Binary | 11101011 | 11100001 | 10111100 | 0 | 100 | 10100 | 1000 | 101111 | 110110 | 1010011 |
Color Harmonies of #EBE1BC
Complementary color
Monochromatic Colors of #EBE1BC
Black with #EBE1BC
Text Example
Text Example
White with #EBE1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE1BC; }
p { color: rgb(235,225,188); }
H1.HeaderClassName
{
color: #EBE1BC;
}
.AnyTagClassName
{
color: #EBE1BC;
}
</style>
background-color css
<style>
a { background-color: #EBE1BC; }
a { background-color: rgb(235,225,188); }
div.DivClassName
{
background-color: #EBE1BC;
}
.BgClassName
{
background-color: #EBE1BC;
}
</style>
border-color css
<style>
span { border-color: #EBE1BC; }
span { border-color: rgb(235,225,188); }
td.TdClassName
{
border-color: #EBE1BC;
}
.TagClassName
{
border-color: #EBE1BC;
}
</style>