Html Css Color HEX #EFE7BB Half Colonial White
📋 copy color: '#EFE7BB'red 239 ◦ green 231 ◦ blue 187
Shades of Half Colonial White #EFE7BB
Tints of Half Colonial White #EFE7BB
RGB
CMYK
RGB Variations
Color information
#EFE7BB (or 0xEFE7BB) is known color: Half Colonial White. HEX triplet: EF, E7 and BB. RGB value is (239,231,187). Sum of RGB (Red+Green+Blue) = 239+231+187=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 231 (90.62% from 255 or 35.16% from 657); Blue value is 187 (73.44% from 255 or 28.46% from 657); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE7BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE7BB is #101844. Grayscale: #E4E4E4. Windows color (decimal): -1054789 or 12314607. OLE color: 12314607.
HSL color Cylindrical-coordinate representation of color #EFE7BB: hue angle of 50.77º 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 #EFE7BB is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 231 | 187 | - |
| CMYK | 0 | 0.03 | 0.22 | 0.06 |
| HSL | 50.77º | 0.62% | 0.84% | - |
| HSV(B) | 50.77º | 0.22% | 0.94% | - |
| XYZ | 73.14 | 79.09 | 58.42 | - |
| YUV | 228.38 | 104.65 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 231 | 187 | 0 | 0.03 | 0.22 | 0.06 | 50.77 | 0.62 | 0.84 |
| Hex | EF | E7 | BB | 0 | 3 | 16 | 6 | 33 | 3E | 54 |
| Octal | 357 | 347 | 273 | 0 | 3 | 26 | 6 | 63 | 76 | 124 |
| Binary | 11101111 | 11100111 | 10111011 | 0 | 11 | 10110 | 110 | 110011 | 111110 | 1010100 |
Color Harmonies of #EFE7BB
Complementary color
Monochromatic Colors of #EFE7BB
Black with #EFE7BB
Text Example
Text Example
White with #EFE7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE7BB; }
p { color: rgb(239,231,187); }
H1.HeaderClassName
{
color: #EFE7BB;
}
.AnyTagClassName
{
color: #EFE7BB;
}
</style>
background-color css
<style>
a { background-color: #EFE7BB; }
a { background-color: rgb(239,231,187); }
div.DivClassName
{
background-color: #EFE7BB;
}
.BgClassName
{
background-color: #EFE7BB;
}
</style>
border-color css
<style>
span { border-color: #EFE7BB; }
span { border-color: rgb(239,231,187); }
td.TdClassName
{
border-color: #EFE7BB;
}
.TagClassName
{
border-color: #EFE7BB;
}
</style>