Html Css Color HEX #EFE8B8 Half Colonial White
📋 copy color: '#EFE8B8'red 239 ◦ green 232 ◦ blue 184
Shades of Half Colonial White #EFE8B8
Tints of Half Colonial White #EFE8B8
RGB
CMYK
RGB Variations
Color information
#EFE8B8 (or 0xEFE8B8) is known color: Half Colonial White. HEX triplet: EF, E8 and B8. RGB value is (239,232,184). Sum of RGB (Red+Green+Blue) = 239+232+184=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 232 (91.02% from 255 or 35.42% from 655); Blue value is 184 (72.27% from 255 or 28.09% from 655); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE8B8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE8B8 is #101747. Grayscale: #E4E4E4. Windows color (decimal): -1054536 or 12118255. OLE color: 12118255.
HSL color Cylindrical-coordinate representation of color #EFE8B8: hue angle of 52.36º 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 #EFE8B8 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 232 | 184 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.06 |
| HSL | 52.36º | 0.63% | 0.83% | - |
| HSV(B) | 52.36º | 0.23% | 0.94% | - |
| XYZ | 73.1 | 79.52 | 56.84 | - |
| YUV | 228.62 | 102.82 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 232 | 184 | 0 | 0.03 | 0.23 | 0.06 | 52.36 | 0.63 | 0.83 |
| Hex | EF | E8 | B8 | 0 | 3 | 17 | 6 | 34 | 3F | 53 |
| Octal | 357 | 350 | 270 | 0 | 3 | 27 | 6 | 64 | 77 | 123 |
| Binary | 11101111 | 11101000 | 10111000 | 0 | 11 | 10111 | 110 | 110100 | 111111 | 1010011 |
Color Harmonies of #EFE8B8
Complementary color
Monochromatic Colors of #EFE8B8
Black with #EFE8B8
Text Example
Text Example
White with #EFE8B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE8B8; }
p { color: rgb(239,232,184); }
H1.HeaderClassName
{
color: #EFE8B8;
}
.AnyTagClassName
{
color: #EFE8B8;
}
</style>
background-color css
<style>
a { background-color: #EFE8B8; }
a { background-color: rgb(239,232,184); }
div.DivClassName
{
background-color: #EFE8B8;
}
.BgClassName
{
background-color: #EFE8B8;
}
</style>
border-color css
<style>
span { border-color: #EFE8B8; }
span { border-color: rgb(239,232,184); }
td.TdClassName
{
border-color: #EFE8B8;
}
.TagClassName
{
border-color: #EFE8B8;
}
</style>