Html Css Color HEX #EFE4BB Half Colonial White
📋 copy color: '#EFE4BB'red 239 ◦ green 228 ◦ blue 187
Shades of Half Colonial White #EFE4BB
Tints of Half Colonial White #EFE4BB
RGB
CMYK
RGB Variations
Color information
#EFE4BB (or 0xEFE4BB) is known color: Half Colonial White. HEX triplet: EF, E4 and BB. RGB value is (239,228,187). Sum of RGB (Red+Green+Blue) = 239+228+187=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 228 (89.45% from 255 or 34.86% from 654); Blue value is 187 (73.44% from 255 or 28.59% from 654); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE4BB is #101B44. Grayscale: #E2E2E2. Windows color (decimal): -1055557 or 12313839. OLE color: 12313839.
HSL color Cylindrical-coordinate representation of color #EFE4BB: hue angle of 47.31º 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 #EFE4BB is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 187 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.06 |
| HSL | 47.31º | 0.62% | 0.84% | - |
| HSV(B) | 47.31º | 0.22% | 0.94% | - |
| XYZ | 72.31 | 77.43 | 58.15 | - |
| YUV | 226.62 | 105.64 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 187 | 0 | 0.05 | 0.22 | 0.06 | 47.31 | 0.62 | 0.84 |
| Hex | EF | E4 | BB | 0 | 5 | 16 | 6 | 2F | 3E | 54 |
| Octal | 357 | 344 | 273 | 0 | 5 | 26 | 6 | 57 | 76 | 124 |
| Binary | 11101111 | 11100100 | 10111011 | 0 | 101 | 10110 | 110 | 101111 | 111110 | 1010100 |
Color Harmonies of #EFE4BB
Complementary color
Monochromatic Colors of #EFE4BB
Black with #EFE4BB
Text Example
Text Example
White with #EFE4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE4BB; }
p { color: rgb(239,228,187); }
H1.HeaderClassName
{
color: #EFE4BB;
}
.AnyTagClassName
{
color: #EFE4BB;
}
</style>
background-color css
<style>
a { background-color: #EFE4BB; }
a { background-color: rgb(239,228,187); }
div.DivClassName
{
background-color: #EFE4BB;
}
.BgClassName
{
background-color: #EFE4BB;
}
</style>
border-color css
<style>
span { border-color: #EFE4BB; }
span { border-color: rgb(239,228,187); }
td.TdClassName
{
border-color: #EFE4BB;
}
.TagClassName
{
border-color: #EFE4BB;
}
</style>