Html Css Color HEX #EFE4C0 Half Colonial White
📋 copy color: '#EFE4C0'red 239 ◦ green 228 ◦ blue 192
Shades of Half Colonial White #EFE4C0
Tints of Half Colonial White #EFE4C0
RGB
CMYK
RGB Variations
Color information
#EFE4C0 (or 0xEFE4C0) is known color: Half Colonial White. HEX triplet: EF, E4 and C0. RGB value is (239,228,192). Sum of RGB (Red+Green+Blue) = 239+228+192=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 228 (89.45% from 255 or 34.60% from 659); Blue value is 192 (75.39% from 255 or 29.14% from 659); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE4C0 is #101B3F. Grayscale: #E3E3E3. Windows color (decimal): -1055552 or 12641519. OLE color: 12641519.
HSL color Cylindrical-coordinate representation of color #EFE4C0: hue angle of 45.96º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFE4C0 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 192 | - |
| CMYK | 0 | 0.05 | 0.20 | 0.06 |
| HSL | 45.96º | 0.59% | 0.85% | - |
| HSV(B) | 45.96º | 0.2% | 0.94% | - |
| XYZ | 72.85 | 77.64 | 61.02 | - |
| YUV | 227.19 | 108.14 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 192 | 0 | 0.05 | 0.20 | 0.06 | 45.96 | 0.59 | 0.85 |
| Hex | EF | E4 | C0 | 0 | 5 | 14 | 6 | 2E | 3B | 55 |
| Octal | 357 | 344 | 300 | 0 | 5 | 24 | 6 | 56 | 73 | 125 |
| Binary | 11101111 | 11100100 | 11000000 | 0 | 101 | 10100 | 110 | 101110 | 111011 | 1010101 |
Color Harmonies of #EFE4C0
Complementary color
Monochromatic Colors of #EFE4C0
Black with #EFE4C0
Text Example
Text Example
White with #EFE4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE4C0; }
p { color: rgb(239,228,192); }
H1.HeaderClassName
{
color: #EFE4C0;
}
.AnyTagClassName
{
color: #EFE4C0;
}
</style>
background-color css
<style>
a { background-color: #EFE4C0; }
a { background-color: rgb(239,228,192); }
div.DivClassName
{
background-color: #EFE4C0;
}
.BgClassName
{
background-color: #EFE4C0;
}
</style>
border-color css
<style>
span { border-color: #EFE4C0; }
span { border-color: rgb(239,228,192); }
td.TdClassName
{
border-color: #EFE4C0;
}
.TagClassName
{
border-color: #EFE4C0;
}
</style>