Html Css Color HEX #EFE6BF Half Colonial White
📋 copy color: '#EFE6BF'red 239 ◦ green 230 ◦ blue 191
Shades of Half Colonial White #EFE6BF
Tints of Half Colonial White #EFE6BF
RGB
CMYK
RGB Variations
Color information
#EFE6BF (or 0xEFE6BF) is known color: Half Colonial White. HEX triplet: EF, E6 and BF. RGB value is (239,230,191). Sum of RGB (Red+Green+Blue) = 239+230+191=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 230 (90.23% from 255 or 34.85% from 660); Blue value is 191 (75% from 255 or 28.94% from 660); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE6BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE6BF is #101940. Grayscale: #E4E4E4. Windows color (decimal): -1055041 or 12576495. OLE color: 12576495.
HSL color Cylindrical-coordinate representation of color #EFE6BF: hue angle of 48.75º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFE6BF is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 230 | 191 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.06 |
| HSL | 48.75º | 0.6% | 0.84% | - |
| HSV(B) | 48.75º | 0.2% | 0.94% | - |
| XYZ | 73.3 | 78.71 | 60.62 | - |
| YUV | 228.25 | 106.98 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 230 | 191 | 0 | 0.04 | 0.20 | 0.06 | 48.75 | 0.6 | 0.84 |
| Hex | EF | E6 | BF | 0 | 4 | 14 | 6 | 31 | 3C | 54 |
| Octal | 357 | 346 | 277 | 0 | 4 | 24 | 6 | 61 | 74 | 124 |
| Binary | 11101111 | 11100110 | 10111111 | 0 | 100 | 10100 | 110 | 110001 | 111100 | 1010100 |
Color Harmonies of #EFE6BF
Complementary color
Monochromatic Colors of #EFE6BF
Black with #EFE6BF
Text Example
Text Example
White with #EFE6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE6BF; }
p { color: rgb(239,230,191); }
H1.HeaderClassName
{
color: #EFE6BF;
}
.AnyTagClassName
{
color: #EFE6BF;
}
</style>
background-color css
<style>
a { background-color: #EFE6BF; }
a { background-color: rgb(239,230,191); }
div.DivClassName
{
background-color: #EFE6BF;
}
.BgClassName
{
background-color: #EFE6BF;
}
</style>
border-color css
<style>
span { border-color: #EFE6BF; }
span { border-color: rgb(239,230,191); }
td.TdClassName
{
border-color: #EFE6BF;
}
.TagClassName
{
border-color: #EFE6BF;
}
</style>