Html Css Color HEX #EFE6C0 Half Colonial White
📋 copy color: '#EFE6C0'red 239 ◦ green 230 ◦ blue 192
Shades of Half Colonial White #EFE6C0
Tints of Half Colonial White #EFE6C0
RGB
CMYK
RGB Variations
Color information
#EFE6C0 (or 0xEFE6C0) is known color: Half Colonial White. HEX triplet: EF, E6 and C0. RGB value is (239,230,192). Sum of RGB (Red+Green+Blue) = 239+230+192=661 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.16% from 661); Green value is 230 (90.23% from 255 or 34.80% from 661); Blue value is 192 (75.39% from 255 or 29.05% from 661); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE6C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE6C0 is #10193F. Grayscale: #E4E4E4. Windows color (decimal): -1055040 or 12642031. OLE color: 12642031.
HSL color Cylindrical-coordinate representation of color #EFE6C0: hue angle of 48.51º 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 #EFE6C0 is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 230 | 192 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.06 |
| HSL | 48.51º | 0.59% | 0.85% | - |
| HSV(B) | 48.51º | 0.2% | 0.94% | - |
| XYZ | 73.41 | 78.75 | 61.2 | - |
| YUV | 228.36 | 107.48 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 230 | 192 | 0 | 0.04 | 0.20 | 0.06 | 48.51 | 0.59 | 0.85 |
| Hex | EF | E6 | C0 | 0 | 4 | 14 | 6 | 31 | 3B | 55 |
| Octal | 357 | 346 | 300 | 0 | 4 | 24 | 6 | 61 | 73 | 125 |
| Binary | 11101111 | 11100110 | 11000000 | 0 | 100 | 10100 | 110 | 110001 | 111011 | 1010101 |
Color Harmonies of #EFE6C0
Complementary color
Monochromatic Colors of #EFE6C0
Black with #EFE6C0
Text Example
Text Example
White with #EFE6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE6C0; }
p { color: rgb(239,230,192); }
H1.HeaderClassName
{
color: #EFE6C0;
}
.AnyTagClassName
{
color: #EFE6C0;
}
</style>
background-color css
<style>
a { background-color: #EFE6C0; }
a { background-color: rgb(239,230,192); }
div.DivClassName
{
background-color: #EFE6C0;
}
.BgClassName
{
background-color: #EFE6C0;
}
</style>
border-color css
<style>
span { border-color: #EFE6C0; }
span { border-color: rgb(239,230,192); }
td.TdClassName
{
border-color: #EFE6C0;
}
.TagClassName
{
border-color: #EFE6C0;
}
</style>