Html Css Color HEX #EFE3BD Half Colonial White
📋 copy color: '#EFE3BD'red 239 ◦ green 227 ◦ blue 189
Shades of Half Colonial White #EFE3BD
Tints of Half Colonial White #EFE3BD
RGB
CMYK
RGB Variations
Color information
#EFE3BD (or 0xEFE3BD) is known color: Half Colonial White. HEX triplet: EF, E3 and BD. RGB value is (239,227,189). Sum of RGB (Red+Green+Blue) = 239+227+189=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 227 (89.06% from 255 or 34.66% from 655); Blue value is 189 (74.22% from 255 or 28.85% from 655); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE3BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE3BD is #101C42. Grayscale: #E2E2E2. Windows color (decimal): -1055811 or 12444655. OLE color: 12444655.
HSL color Cylindrical-coordinate representation of color #EFE3BD: hue angle of 45.6º 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 #EFE3BD is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 227 | 189 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.06 |
| HSL | 45.6º | 0.61% | 0.84% | - |
| HSV(B) | 45.6º | 0.21% | 0.94% | - |
| XYZ | 72.25 | 76.96 | 59.19 | - |
| YUV | 226.26 | 106.98 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 227 | 189 | 0 | 0.05 | 0.21 | 0.06 | 45.6 | 0.61 | 0.84 |
| Hex | EF | E3 | BD | 0 | 5 | 15 | 6 | 2E | 3D | 54 |
| Octal | 357 | 343 | 275 | 0 | 5 | 25 | 6 | 56 | 75 | 124 |
| Binary | 11101111 | 11100011 | 10111101 | 0 | 101 | 10101 | 110 | 101110 | 111101 | 1010100 |
Color Harmonies of #EFE3BD
Complementary color
Monochromatic Colors of #EFE3BD
Black with #EFE3BD
Text Example
Text Example
White with #EFE3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE3BD; }
p { color: rgb(239,227,189); }
H1.HeaderClassName
{
color: #EFE3BD;
}
.AnyTagClassName
{
color: #EFE3BD;
}
</style>
background-color css
<style>
a { background-color: #EFE3BD; }
a { background-color: rgb(239,227,189); }
div.DivClassName
{
background-color: #EFE3BD;
}
.BgClassName
{
background-color: #EFE3BD;
}
</style>
border-color css
<style>
span { border-color: #EFE3BD; }
span { border-color: rgb(239,227,189); }
td.TdClassName
{
border-color: #EFE3BD;
}
.TagClassName
{
border-color: #EFE3BD;
}
</style>