Html Css Color HEX #EFE9BB Half Colonial White
📋 copy color: '#EFE9BB'red 239 ◦ green 233 ◦ blue 187
Shades of Half Colonial White #EFE9BB
Tints of Half Colonial White #EFE9BB
RGB
CMYK
RGB Variations
Color information
#EFE9BB (or 0xEFE9BB) is known color: Half Colonial White. HEX triplet: EF, E9 and BB. RGB value is (239,233,187). Sum of RGB (Red+Green+Blue) = 239+233+187=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 233 (91.41% from 255 or 35.36% from 659); Blue value is 187 (73.44% from 255 or 28.38% from 659); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE9BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE9BB is #101644. Grayscale: #E5E5E5. Windows color (decimal): -1054277 or 12315119. OLE color: 12315119.
HSL color Cylindrical-coordinate representation of color #EFE9BB: hue angle of 53.08º 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 #EFE9BB is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 187 | - |
| CMYK | 0 | 0.03 | 0.22 | 0.06 |
| HSL | 53.08º | 0.62% | 0.84% | - |
| HSV(B) | 53.08º | 0.22% | 0.94% | - |
| XYZ | 73.71 | 80.22 | 58.61 | - |
| YUV | 229.55 | 103.99 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 187 | 0 | 0.03 | 0.22 | 0.06 | 53.08 | 0.62 | 0.84 |
| Hex | EF | E9 | BB | 0 | 3 | 16 | 6 | 35 | 3E | 54 |
| Octal | 357 | 351 | 273 | 0 | 3 | 26 | 6 | 65 | 76 | 124 |
| Binary | 11101111 | 11101001 | 10111011 | 0 | 11 | 10110 | 110 | 110101 | 111110 | 1010100 |
Color Harmonies of #EFE9BB
Complementary color
Monochromatic Colors of #EFE9BB
Black with #EFE9BB
Text Example
Text Example
White with #EFE9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE9BB; }
p { color: rgb(239,233,187); }
H1.HeaderClassName
{
color: #EFE9BB;
}
.AnyTagClassName
{
color: #EFE9BB;
}
</style>
background-color css
<style>
a { background-color: #EFE9BB; }
a { background-color: rgb(239,233,187); }
div.DivClassName
{
background-color: #EFE9BB;
}
.BgClassName
{
background-color: #EFE9BB;
}
</style>
border-color css
<style>
span { border-color: #EFE9BB; }
span { border-color: rgb(239,233,187); }
td.TdClassName
{
border-color: #EFE9BB;
}
.TagClassName
{
border-color: #EFE9BB;
}
</style>