Html Css Color HEX #EFE2BC Half Colonial White
📋 copy color: '#EFE2BC'red 239 ◦ green 226 ◦ blue 188
Shades of Half Colonial White #EFE2BC
Tints of Half Colonial White #EFE2BC
RGB
CMYK
RGB Variations
Color information
#EFE2BC (or 0xEFE2BC) is known color: Half Colonial White. HEX triplet: EF, E2 and BC. RGB value is (239,226,188). Sum of RGB (Red+Green+Blue) = 239+226+188=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 226 (88.67% from 255 or 34.61% from 653); Blue value is 188 (73.83% from 255 or 28.79% from 653); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE2BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE2BC is #101D43. Grayscale: #E1E1E1. Windows color (decimal): -1056068 or 12378863. OLE color: 12378863.
HSL color Cylindrical-coordinate representation of color #EFE2BC: hue angle of 44.71º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFE2BC is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 226 | 188 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.06 |
| HSL | 44.71º | 0.61% | 0.84% | - |
| HSV(B) | 44.71º | 0.21% | 0.94% | - |
| XYZ | 71.87 | 76.37 | 58.53 | - |
| YUV | 225.56 | 106.81 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 226 | 188 | 0 | 0.05 | 0.21 | 0.06 | 44.71 | 0.61 | 0.84 |
| Hex | EF | E2 | BC | 0 | 5 | 15 | 6 | 2D | 3D | 54 |
| Octal | 357 | 342 | 274 | 0 | 5 | 25 | 6 | 55 | 75 | 124 |
| Binary | 11101111 | 11100010 | 10111100 | 0 | 101 | 10101 | 110 | 101101 | 111101 | 1010100 |
Color Harmonies of #EFE2BC
Complementary color
Monochromatic Colors of #EFE2BC
Black with #EFE2BC
Text Example
Text Example
White with #EFE2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE2BC; }
p { color: rgb(239,226,188); }
H1.HeaderClassName
{
color: #EFE2BC;
}
.AnyTagClassName
{
color: #EFE2BC;
}
</style>
background-color css
<style>
a { background-color: #EFE2BC; }
a { background-color: rgb(239,226,188); }
div.DivClassName
{
background-color: #EFE2BC;
}
.BgClassName
{
background-color: #EFE2BC;
}
</style>
border-color css
<style>
span { border-color: #EFE2BC; }
span { border-color: rgb(239,226,188); }
td.TdClassName
{
border-color: #EFE2BC;
}
.TagClassName
{
border-color: #EFE2BC;
}
</style>