Html Css Color HEX #EFE2C0 Half Colonial White
📋 copy color: '#EFE2C0'red 239 ◦ green 226 ◦ blue 192
Shades of Half Colonial White #EFE2C0
Tints of Half Colonial White #EFE2C0
RGB
CMYK
RGB Variations
Color information
#EFE2C0 (or 0xEFE2C0) is known color: Half Colonial White. HEX triplet: EF, E2 and C0. RGB value is (239,226,192). Sum of RGB (Red+Green+Blue) = 239+226+192=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 226 (88.67% from 255 or 34.40% from 657); Blue value is 192 (75.39% from 255 or 29.22% from 657); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE2C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE2C0 is #101D3F. Grayscale: #E2E2E2. Windows color (decimal): -1056064 or 12641007. OLE color: 12641007.
HSL color Cylindrical-coordinate representation of color #EFE2C0: hue angle of 43.4º 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 #EFE2C0 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 226 | 192 | - |
| CMYK | 0 | 0.05 | 0.20 | 0.06 |
| HSL | 43.4º | 0.59% | 0.85% | - |
| HSV(B) | 43.4º | 0.2% | 0.94% | - |
| XYZ | 72.31 | 76.55 | 60.83 | - |
| YUV | 226.01 | 108.81 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 226 | 192 | 0 | 0.05 | 0.20 | 0.06 | 43.4 | 0.59 | 0.85 |
| Hex | EF | E2 | C0 | 0 | 5 | 14 | 6 | 2B | 3B | 55 |
| Octal | 357 | 342 | 300 | 0 | 5 | 24 | 6 | 53 | 73 | 125 |
| Binary | 11101111 | 11100010 | 11000000 | 0 | 101 | 10100 | 110 | 101011 | 111011 | 1010101 |
Color Harmonies of #EFE2C0
Complementary color
Monochromatic Colors of #EFE2C0
Black with #EFE2C0
Text Example
Text Example
White with #EFE2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE2C0; }
p { color: rgb(239,226,192); }
H1.HeaderClassName
{
color: #EFE2C0;
}
.AnyTagClassName
{
color: #EFE2C0;
}
</style>
background-color css
<style>
a { background-color: #EFE2C0; }
a { background-color: rgb(239,226,192); }
div.DivClassName
{
background-color: #EFE2C0;
}
.BgClassName
{
background-color: #EFE2C0;
}
</style>
border-color css
<style>
span { border-color: #EFE2C0; }
span { border-color: rgb(239,226,192); }
td.TdClassName
{
border-color: #EFE2C0;
}
.TagClassName
{
border-color: #EFE2C0;
}
</style>