Html Css Color HEX #EFE3C0 Half Colonial White
📋 copy color: '#EFE3C0'red 239 ◦ green 227 ◦ blue 192
Shades of Half Colonial White #EFE3C0
Tints of Half Colonial White #EFE3C0
RGB
CMYK
RGB Variations
Color information
#EFE3C0 (or 0xEFE3C0) is known color: Half Colonial White. HEX triplet: EF, E3 and C0. RGB value is (239,227,192). Sum of RGB (Red+Green+Blue) = 239+227+192=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 227 (89.06% from 255 or 34.50% from 658); Blue value is 192 (75.39% from 255 or 29.18% from 658); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE3C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE3C0 is #101C3F. Grayscale: #E2E2E2. Windows color (decimal): -1055808 or 12641263. OLE color: 12641263.
HSL color Cylindrical-coordinate representation of color #EFE3C0: hue angle of 44.68º 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 #EFE3C0 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 227 | 192 | - |
| CMYK | 0 | 0.05 | 0.20 | 0.06 |
| HSL | 44.68º | 0.59% | 0.85% | - |
| HSV(B) | 44.68º | 0.2% | 0.94% | - |
| XYZ | 72.58 | 77.09 | 60.92 | - |
| YUV | 226.6 | 108.48 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 227 | 192 | 0 | 0.05 | 0.20 | 0.06 | 44.68 | 0.59 | 0.85 |
| Hex | EF | E3 | C0 | 0 | 5 | 14 | 6 | 2D | 3B | 55 |
| Octal | 357 | 343 | 300 | 0 | 5 | 24 | 6 | 55 | 73 | 125 |
| Binary | 11101111 | 11100011 | 11000000 | 0 | 101 | 10100 | 110 | 101101 | 111011 | 1010101 |
Color Harmonies of #EFE3C0
Complementary color
Monochromatic Colors of #EFE3C0
Black with #EFE3C0
Text Example
Text Example
White with #EFE3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE3C0; }
p { color: rgb(239,227,192); }
H1.HeaderClassName
{
color: #EFE3C0;
}
.AnyTagClassName
{
color: #EFE3C0;
}
</style>
background-color css
<style>
a { background-color: #EFE3C0; }
a { background-color: rgb(239,227,192); }
div.DivClassName
{
background-color: #EFE3C0;
}
.BgClassName
{
background-color: #EFE3C0;
}
</style>
border-color css
<style>
span { border-color: #EFE3C0; }
span { border-color: rgb(239,227,192); }
td.TdClassName
{
border-color: #EFE3C0;
}
.TagClassName
{
border-color: #EFE3C0;
}
</style>