Html Css Color HEX #EFE4BA Half Colonial White
📋 copy color: '#EFE4BA'red 239 ◦ green 228 ◦ blue 186
Shades of Half Colonial White #EFE4BA
Tints of Half Colonial White #EFE4BA
RGB
CMYK
RGB Variations
Color information
#EFE4BA (or 0xEFE4BA) is known color: Half Colonial White. HEX triplet: EF, E4 and BA. RGB value is (239,228,186). Sum of RGB (Red+Green+Blue) = 239+228+186=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 228 (89.45% from 255 or 34.92% from 653); Blue value is 186 (73.05% from 255 or 28.48% from 653); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE4BA is #101B45. Grayscale: #E2E2E2. Windows color (decimal): -1055558 or 12248303. OLE color: 12248303.
HSL color Cylindrical-coordinate representation of color #EFE4BA: hue angle of 47.55º 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 #EFE4BA is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 186 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.06 |
| HSL | 47.55º | 0.62% | 0.83% | - |
| HSV(B) | 47.55º | 0.22% | 0.94% | - |
| XYZ | 72.2 | 77.38 | 57.59 | - |
| YUV | 226.5 | 105.14 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 186 | 0 | 0.05 | 0.22 | 0.06 | 47.55 | 0.62 | 0.83 |
| Hex | EF | E4 | BA | 0 | 5 | 16 | 6 | 30 | 3E | 53 |
| Octal | 357 | 344 | 272 | 0 | 5 | 26 | 6 | 60 | 76 | 123 |
| Binary | 11101111 | 11100100 | 10111010 | 0 | 101 | 10110 | 110 | 110000 | 111110 | 1010011 |
Color Harmonies of #EFE4BA
Complementary color
Monochromatic Colors of #EFE4BA
Black with #EFE4BA
Text Example
Text Example
White with #EFE4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE4BA; }
p { color: rgb(239,228,186); }
H1.HeaderClassName
{
color: #EFE4BA;
}
.AnyTagClassName
{
color: #EFE4BA;
}
</style>
background-color css
<style>
a { background-color: #EFE4BA; }
a { background-color: rgb(239,228,186); }
div.DivClassName
{
background-color: #EFE4BA;
}
.BgClassName
{
background-color: #EFE4BA;
}
</style>
border-color css
<style>
span { border-color: #EFE4BA; }
span { border-color: rgb(239,228,186); }
td.TdClassName
{
border-color: #EFE4BA;
}
.TagClassName
{
border-color: #EFE4BA;
}
</style>