Html Css Color HEX #EFE7BA Half Colonial White
📋 copy color: '#EFE7BA'red 239 ◦ green 231 ◦ blue 186
Shades of Half Colonial White #EFE7BA
Tints of Half Colonial White #EFE7BA
RGB
CMYK
RGB Variations
Color information
#EFE7BA (or 0xEFE7BA) is known color: Half Colonial White. HEX triplet: EF, E7 and BA. RGB value is (239,231,186). Sum of RGB (Red+Green+Blue) = 239+231+186=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 231 (90.62% from 255 or 35.21% from 656); Blue value is 186 (73.05% from 255 or 28.35% from 656); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE7BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE7BA is #101845. Grayscale: #E4E4E4. Windows color (decimal): -1054790 or 12249071. OLE color: 12249071.
HSL color Cylindrical-coordinate representation of color #EFE7BA: hue angle of 50.94º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFE7BA is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 231 | 186 | - |
| CMYK | 0 | 0.03 | 0.22 | 0.06 |
| HSL | 50.94º | 0.62% | 0.83% | - |
| HSV(B) | 50.94º | 0.22% | 0.94% | - |
| XYZ | 73.04 | 79.05 | 57.86 | - |
| YUV | 228.26 | 104.15 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 231 | 186 | 0 | 0.03 | 0.22 | 0.06 | 50.94 | 0.62 | 0.83 |
| Hex | EF | E7 | BA | 0 | 3 | 16 | 6 | 33 | 3E | 53 |
| Octal | 357 | 347 | 272 | 0 | 3 | 26 | 6 | 63 | 76 | 123 |
| Binary | 11101111 | 11100111 | 10111010 | 0 | 11 | 10110 | 110 | 110011 | 111110 | 1010011 |
Color Harmonies of #EFE7BA
Complementary color
Monochromatic Colors of #EFE7BA
Black with #EFE7BA
Text Example
Text Example
White with #EFE7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE7BA; }
p { color: rgb(239,231,186); }
H1.HeaderClassName
{
color: #EFE7BA;
}
.AnyTagClassName
{
color: #EFE7BA;
}
</style>
background-color css
<style>
a { background-color: #EFE7BA; }
a { background-color: rgb(239,231,186); }
div.DivClassName
{
background-color: #EFE7BA;
}
.BgClassName
{
background-color: #EFE7BA;
}
</style>
border-color css
<style>
span { border-color: #EFE7BA; }
span { border-color: rgb(239,231,186); }
td.TdClassName
{
border-color: #EFE7BA;
}
.TagClassName
{
border-color: #EFE7BA;
}
</style>