Html Css Color HEX #EFE8BB Half Colonial White
📋 copy color: '#EFE8BB'red 239 ◦ green 232 ◦ blue 187
Shades of Half Colonial White #EFE8BB
Tints of Half Colonial White #EFE8BB
RGB
CMYK
RGB Variations
Color information
#EFE8BB (or 0xEFE8BB) is known color: Half Colonial White. HEX triplet: EF, E8 and BB. RGB value is (239,232,187). Sum of RGB (Red+Green+Blue) = 239+232+187=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 232 (91.02% from 255 or 35.26% from 658); Blue value is 187 (73.44% from 255 or 28.42% from 658); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE8BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE8BB is #101744. Grayscale: #E5E5E5. Windows color (decimal): -1054533 or 12314863. OLE color: 12314863.
HSL color Cylindrical-coordinate representation of color #EFE8BB: hue angle of 51.92º 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 #EFE8BB is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 232 | 187 | - |
| CMYK | 0 | 0.03 | 0.22 | 0.06 |
| HSL | 51.92º | 0.62% | 0.84% | - |
| HSV(B) | 51.92º | 0.22% | 0.94% | - |
| XYZ | 73.42 | 79.65 | 58.52 | - |
| YUV | 228.96 | 104.32 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 232 | 187 | 0 | 0.03 | 0.22 | 0.06 | 51.92 | 0.62 | 0.84 |
| Hex | EF | E8 | BB | 0 | 3 | 16 | 6 | 34 | 3E | 54 |
| Octal | 357 | 350 | 273 | 0 | 3 | 26 | 6 | 64 | 76 | 124 |
| Binary | 11101111 | 11101000 | 10111011 | 0 | 11 | 10110 | 110 | 110100 | 111110 | 1010100 |
Color Harmonies of #EFE8BB
Complementary color
Monochromatic Colors of #EFE8BB
Black with #EFE8BB
Text Example
Text Example
White with #EFE8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE8BB; }
p { color: rgb(239,232,187); }
H1.HeaderClassName
{
color: #EFE8BB;
}
.AnyTagClassName
{
color: #EFE8BB;
}
</style>
background-color css
<style>
a { background-color: #EFE8BB; }
a { background-color: rgb(239,232,187); }
div.DivClassName
{
background-color: #EFE8BB;
}
.BgClassName
{
background-color: #EFE8BB;
}
</style>
border-color css
<style>
span { border-color: #EFE8BB; }
span { border-color: rgb(239,232,187); }
td.TdClassName
{
border-color: #EFE8BB;
}
.TagClassName
{
border-color: #EFE8BB;
}
</style>