Html Css Color HEX #EFE2B9 Half Colonial White
📋 copy color: '#EFE2B9'red 239 ◦ green 226 ◦ blue 185
Shades of Half Colonial White #EFE2B9
Tints of Half Colonial White #EFE2B9
RGB
CMYK
RGB Variations
Color information
#EFE2B9 (or 0xEFE2B9) is known color: Half Colonial White. HEX triplet: EF, E2 and B9. RGB value is (239,226,185). Sum of RGB (Red+Green+Blue) = 239+226+185=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 226 (88.67% from 255 or 34.77% from 650); Blue value is 185 (72.66% from 255 or 28.46% from 650); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE2B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE2B9 is #101D46. Grayscale: #E1E1E1. Windows color (decimal): -1056071 or 12182255. OLE color: 12182255.
HSL color Cylindrical-coordinate representation of color #EFE2B9: hue angle of 45.56º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFE2B9 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 226 | 185 | - |
CMYK | 0 | 0.05 | 0.23 | 0.06 |
HSL | 45.56º | 0.63% | 0.83% | - |
HSV(B) | 45.56º | 0.23% | 0.94% | - |
XYZ | 71.55 | 76.25 | 56.84 | - |
YUV | 225.21 | 105.31 | 137.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 226 | 185 | 0 | 0.05 | 0.23 | 0.06 | 45.56 | 0.63 | 0.83 |
Hex | EF | E2 | B9 | 0 | 5 | 17 | 6 | 2E | 3F | 53 |
Octal | 357 | 342 | 271 | 0 | 5 | 27 | 6 | 56 | 77 | 123 |
Binary | 11101111 | 11100010 | 10111001 | 0 | 101 | 10111 | 110 | 101110 | 111111 | 1010011 |
Color Harmonies of #EFE2B9
Complementary color
Monochromatic Colors of #EFE2B9
Black with #EFE2B9
Text Example
Text Example
White with #EFE2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE2B9; }
p { color: rgb(239,226,185); }
H1.HeaderClassName
{
color: #EFE2B9;
}
.AnyTagClassName
{
color: #EFE2B9;
}
</style>
background-color css
<style>
a { background-color: #EFE2B9; }
a { background-color: rgb(239,226,185); }
div.DivClassName
{
background-color: #EFE2B9;
}
.BgClassName
{
background-color: #EFE2B9;
}
</style>
border-color css
<style>
span { border-color: #EFE2B9; }
span { border-color: rgb(239,226,185); }
td.TdClassName
{
border-color: #EFE2B9;
}
.TagClassName
{
border-color: #EFE2B9;
}
</style>