Html Css Color HEX #EFE2BB Half Colonial White
📋 copy color: '#EFE2BB'red 239 ◦ green 226 ◦ blue 187
Shades of Half Colonial White #EFE2BB
Tints of Half Colonial White #EFE2BB
RGB
CMYK
RGB Variations
Color information
#EFE2BB (or 0xEFE2BB) is known color: Half Colonial White. HEX triplet: EF, E2 and BB. RGB value is (239,226,187). Sum of RGB (Red+Green+Blue) = 239+226+187=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 226 (88.67% from 255 or 34.66% from 652); Blue value is 187 (73.44% from 255 or 28.68% from 652); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE2BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE2BB is #101D44. Grayscale: #E1E1E1. Windows color (decimal): -1056069 or 12313327. OLE color: 12313327.
HSL color Cylindrical-coordinate representation of color #EFE2BB: hue angle of 45º 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 #EFE2BB is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 226 | 187 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.06 |
| HSL | 45º | 0.62% | 0.84% | - |
| HSV(B) | 45º | 0.22% | 0.94% | - |
| XYZ | 71.76 | 76.33 | 57.96 | - |
| YUV | 225.44 | 106.31 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 226 | 187 | 0 | 0.05 | 0.22 | 0.06 | 45 | 0.62 | 0.84 |
| Hex | EF | E2 | BB | 0 | 5 | 16 | 6 | 2D | 3E | 54 |
| Octal | 357 | 342 | 273 | 0 | 5 | 26 | 6 | 55 | 76 | 124 |
| Binary | 11101111 | 11100010 | 10111011 | 0 | 101 | 10110 | 110 | 101101 | 111110 | 1010100 |
Color Harmonies of #EFE2BB
Complementary color
Monochromatic Colors of #EFE2BB
Black with #EFE2BB
Text Example
Text Example
White with #EFE2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE2BB; }
p { color: rgb(239,226,187); }
H1.HeaderClassName
{
color: #EFE2BB;
}
.AnyTagClassName
{
color: #EFE2BB;
}
</style>
background-color css
<style>
a { background-color: #EFE2BB; }
a { background-color: rgb(239,226,187); }
div.DivClassName
{
background-color: #EFE2BB;
}
.BgClassName
{
background-color: #EFE2BB;
}
</style>
border-color css
<style>
span { border-color: #EFE2BB; }
span { border-color: rgb(239,226,187); }
td.TdClassName
{
border-color: #EFE2BB;
}
.TagClassName
{
border-color: #EFE2BB;
}
</style>