Html Css Color HEX #EFE7BC Half Colonial White
📋 copy color: '#EFE7BC'red 239 ◦ green 231 ◦ blue 188
Shades of Half Colonial White #EFE7BC
Tints of Half Colonial White #EFE7BC
RGB
CMYK
RGB Variations
Color information
#EFE7BC (or 0xEFE7BC) is known color: Half Colonial White. HEX triplet: EF, E7 and BC. RGB value is (239,231,188). Sum of RGB (Red+Green+Blue) = 239+231+188=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 231 (90.62% from 255 or 35.11% from 658); Blue value is 188 (73.83% from 255 or 28.57% from 658); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE7BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE7BC is #101843. Grayscale: #E4E4E4. Windows color (decimal): -1054788 or 12380143. OLE color: 12380143.
HSL color Cylindrical-coordinate representation of color #EFE7BC: hue angle of 50.59º 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 #EFE7BC is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 231 | 188 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.06 |
| HSL | 50.59º | 0.61% | 0.84% | - |
| HSV(B) | 50.59º | 0.21% | 0.94% | - |
| XYZ | 73.25 | 79.13 | 58.99 | - |
| YUV | 228.49 | 105.15 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 231 | 188 | 0 | 0.03 | 0.21 | 0.06 | 50.59 | 0.61 | 0.84 |
| Hex | EF | E7 | BC | 0 | 3 | 15 | 6 | 33 | 3D | 54 |
| Octal | 357 | 347 | 274 | 0 | 3 | 25 | 6 | 63 | 75 | 124 |
| Binary | 11101111 | 11100111 | 10111100 | 0 | 11 | 10101 | 110 | 110011 | 111101 | 1010100 |
Color Harmonies of #EFE7BC
Complementary color
Monochromatic Colors of #EFE7BC
Black with #EFE7BC
Text Example
Text Example
White with #EFE7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE7BC; }
p { color: rgb(239,231,188); }
H1.HeaderClassName
{
color: #EFE7BC;
}
.AnyTagClassName
{
color: #EFE7BC;
}
</style>
background-color css
<style>
a { background-color: #EFE7BC; }
a { background-color: rgb(239,231,188); }
div.DivClassName
{
background-color: #EFE7BC;
}
.BgClassName
{
background-color: #EFE7BC;
}
</style>
border-color css
<style>
span { border-color: #EFE7BC; }
span { border-color: rgb(239,231,188); }
td.TdClassName
{
border-color: #EFE7BC;
}
.TagClassName
{
border-color: #EFE7BC;
}
</style>