Html Css Color HEX #EFE9BA Half Colonial White
📋 copy color: '#EFE9BA'red 239 ◦ green 233 ◦ blue 186
Shades of Half Colonial White #EFE9BA
Tints of Half Colonial White #EFE9BA
RGB
CMYK
RGB Variations
Color information
#EFE9BA (or 0xEFE9BA) is known color: Half Colonial White. HEX triplet: EF, E9 and BA. RGB value is (239,233,186). Sum of RGB (Red+Green+Blue) = 239+233+186=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 233 (91.41% from 255 or 35.41% from 658); Blue value is 186 (73.05% from 255 or 28.27% from 658); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE9BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE9BA is #101645. Grayscale: #E5E5E5. Windows color (decimal): -1054278 or 12249583. OLE color: 12249583.
HSL color Cylindrical-coordinate representation of color #EFE9BA: hue angle of 53.21º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFE9BA is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 186 | - |
| CMYK | 0 | 0.03 | 0.22 | 0.06 |
| HSL | 53.21º | 0.62% | 0.83% | - |
| HSV(B) | 53.21º | 0.22% | 0.94% | - |
| XYZ | 73.6 | 80.17 | 58.05 | - |
| YUV | 229.44 | 103.49 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 186 | 0 | 0.03 | 0.22 | 0.06 | 53.21 | 0.62 | 0.83 |
| Hex | EF | E9 | BA | 0 | 3 | 16 | 6 | 35 | 3E | 53 |
| Octal | 357 | 351 | 272 | 0 | 3 | 26 | 6 | 65 | 76 | 123 |
| Binary | 11101111 | 11101001 | 10111010 | 0 | 11 | 10110 | 110 | 110101 | 111110 | 1010011 |
Color Harmonies of #EFE9BA
Complementary color
Monochromatic Colors of #EFE9BA
Black with #EFE9BA
Text Example
Text Example
White with #EFE9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE9BA; }
p { color: rgb(239,233,186); }
H1.HeaderClassName
{
color: #EFE9BA;
}
.AnyTagClassName
{
color: #EFE9BA;
}
</style>
background-color css
<style>
a { background-color: #EFE9BA; }
a { background-color: rgb(239,233,186); }
div.DivClassName
{
background-color: #EFE9BA;
}
.BgClassName
{
background-color: #EFE9BA;
}
</style>
border-color css
<style>
span { border-color: #EFE9BA; }
span { border-color: rgb(239,233,186); }
td.TdClassName
{
border-color: #EFE9BA;
}
.TagClassName
{
border-color: #EFE9BA;
}
</style>