Html Css Color HEX #EFE2BD Half Colonial White
📋 copy color: '#EFE2BD'red 239 ◦ green 226 ◦ blue 189
Shades of Half Colonial White #EFE2BD
Tints of Half Colonial White #EFE2BD
RGB
CMYK
RGB Variations
Color information
#EFE2BD (or 0xEFE2BD) is known color: Half Colonial White. HEX triplet: EF, E2 and BD. RGB value is (239,226,189). Sum of RGB (Red+Green+Blue) = 239+226+189=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 226 (88.67% from 255 or 34.56% from 654); Blue value is 189 (74.22% from 255 or 28.90% from 654); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE2BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE2BD is #101D42. Grayscale: #E1E1E1. Windows color (decimal): -1056067 or 12444399. OLE color: 12444399.
HSL color Cylindrical-coordinate representation of color #EFE2BD: hue angle of 44.4º 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 #EFE2BD is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 226 | 189 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.06 |
| HSL | 44.4º | 0.61% | 0.84% | - |
| HSV(B) | 44.4º | 0.21% | 0.94% | - |
| XYZ | 71.98 | 76.42 | 59.1 | - |
| YUV | 225.67 | 107.31 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 226 | 189 | 0 | 0.05 | 0.21 | 0.06 | 44.4 | 0.61 | 0.84 |
| Hex | EF | E2 | BD | 0 | 5 | 15 | 6 | 2C | 3D | 54 |
| Octal | 357 | 342 | 275 | 0 | 5 | 25 | 6 | 54 | 75 | 124 |
| Binary | 11101111 | 11100010 | 10111101 | 0 | 101 | 10101 | 110 | 101100 | 111101 | 1010100 |
Color Harmonies of #EFE2BD
Complementary color
Monochromatic Colors of #EFE2BD
Black with #EFE2BD
Text Example
Text Example
White with #EFE2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE2BD; }
p { color: rgb(239,226,189); }
H1.HeaderClassName
{
color: #EFE2BD;
}
.AnyTagClassName
{
color: #EFE2BD;
}
</style>
background-color css
<style>
a { background-color: #EFE2BD; }
a { background-color: rgb(239,226,189); }
div.DivClassName
{
background-color: #EFE2BD;
}
.BgClassName
{
background-color: #EFE2BD;
}
</style>
border-color css
<style>
span { border-color: #EFE2BD; }
span { border-color: rgb(239,226,189); }
td.TdClassName
{
border-color: #EFE2BD;
}
.TagClassName
{
border-color: #EFE2BD;
}
</style>