Html Css Color HEX #EFE3BB Half Colonial White
📋 copy color: '#EFE3BB'red 239 ◦ green 227 ◦ blue 187
Shades of Half Colonial White #EFE3BB
Tints of Half Colonial White #EFE3BB
RGB
CMYK
RGB Variations
Color information
#EFE3BB (or 0xEFE3BB) is known color: Half Colonial White. HEX triplet: EF, E3 and BB. RGB value is (239,227,187). Sum of RGB (Red+Green+Blue) = 239+227+187=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 227 (89.06% from 255 or 34.76% from 653); Blue value is 187 (73.44% from 255 or 28.64% from 653); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE3BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE3BB is #101C44. Grayscale: #E2E2E2. Windows color (decimal): -1055813 or 12313583. OLE color: 12313583.
HSL color Cylindrical-coordinate representation of color #EFE3BB: hue angle of 46.15º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFE3BB is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 227 | 187 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.06 |
| HSL | 46.15º | 0.62% | 0.84% | - |
| HSV(B) | 46.15º | 0.22% | 0.94% | - |
| XYZ | 72.04 | 76.88 | 58.06 | - |
| YUV | 226.03 | 105.98 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 227 | 187 | 0 | 0.05 | 0.22 | 0.06 | 46.15 | 0.62 | 0.84 |
| Hex | EF | E3 | BB | 0 | 5 | 16 | 6 | 2E | 3E | 54 |
| Octal | 357 | 343 | 273 | 0 | 5 | 26 | 6 | 56 | 76 | 124 |
| Binary | 11101111 | 11100011 | 10111011 | 0 | 101 | 10110 | 110 | 101110 | 111110 | 1010100 |
Color Harmonies of #EFE3BB
Complementary color
Monochromatic Colors of #EFE3BB
Black with #EFE3BB
Text Example
Text Example
White with #EFE3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE3BB; }
p { color: rgb(239,227,187); }
H1.HeaderClassName
{
color: #EFE3BB;
}
.AnyTagClassName
{
color: #EFE3BB;
}
</style>
background-color css
<style>
a { background-color: #EFE3BB; }
a { background-color: rgb(239,227,187); }
div.DivClassName
{
background-color: #EFE3BB;
}
.BgClassName
{
background-color: #EFE3BB;
}
</style>
border-color css
<style>
span { border-color: #EFE3BB; }
span { border-color: rgb(239,227,187); }
td.TdClassName
{
border-color: #EFE3BB;
}
.TagClassName
{
border-color: #EFE3BB;
}
</style>