Html Css Color HEX #EFE5C0 Half Colonial White
📋 copy color: '#EFE5C0'red 239 ◦ green 229 ◦ blue 192
Shades of Half Colonial White #EFE5C0
Tints of Half Colonial White #EFE5C0
RGB
CMYK
RGB Variations
Color information
#EFE5C0 (or 0xEFE5C0) is known color: Half Colonial White. HEX triplet: EF, E5 and C0. RGB value is (239,229,192). Sum of RGB (Red+Green+Blue) = 239+229+192=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 229 (89.84% from 255 or 34.70% from 660); Blue value is 192 (75.39% from 255 or 29.09% from 660); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE5C0 is #101A3F. Grayscale: #E3E3E3. Windows color (decimal): -1055296 or 12641775. OLE color: 12641775.
HSL color Cylindrical-coordinate representation of color #EFE5C0: hue angle of 47.23º 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 #EFE5C0 is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 229 | 192 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.06 |
| HSL | 47.23º | 0.59% | 0.85% | - |
| HSV(B) | 47.23º | 0.2% | 0.94% | - |
| XYZ | 73.13 | 78.2 | 61.11 | - |
| YUV | 227.77 | 107.81 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 192 | 0 | 0.04 | 0.20 | 0.06 | 47.23 | 0.59 | 0.85 |
| Hex | EF | E5 | C0 | 0 | 4 | 14 | 6 | 2F | 3B | 55 |
| Octal | 357 | 345 | 300 | 0 | 4 | 24 | 6 | 57 | 73 | 125 |
| Binary | 11101111 | 11100101 | 11000000 | 0 | 100 | 10100 | 110 | 101111 | 111011 | 1010101 |
Color Harmonies of #EFE5C0
Complementary color
Monochromatic Colors of #EFE5C0
Black with #EFE5C0
Text Example
Text Example
White with #EFE5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE5C0; }
p { color: rgb(239,229,192); }
H1.HeaderClassName
{
color: #EFE5C0;
}
.AnyTagClassName
{
color: #EFE5C0;
}
</style>
background-color css
<style>
a { background-color: #EFE5C0; }
a { background-color: rgb(239,229,192); }
div.DivClassName
{
background-color: #EFE5C0;
}
.BgClassName
{
background-color: #EFE5C0;
}
</style>
border-color css
<style>
span { border-color: #EFE5C0; }
span { border-color: rgb(239,229,192); }
td.TdClassName
{
border-color: #EFE5C0;
}
.TagClassName
{
border-color: #EFE5C0;
}
</style>