Html Css Color HEX #EFE4BC Half Colonial White
📋 copy color: '#EFE4BC'red 239 ◦ green 228 ◦ blue 188
Shades of Half Colonial White #EFE4BC
Tints of Half Colonial White #EFE4BC
RGB
CMYK
RGB Variations
Color information
#EFE4BC (or 0xEFE4BC) is known color: Half Colonial White. HEX triplet: EF, E4 and BC. RGB value is (239,228,188). Sum of RGB (Red+Green+Blue) = 239+228+188=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 228 (89.45% from 255 or 34.81% from 655); Blue value is 188 (73.83% from 255 or 28.70% from 655); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE4BC is #101B43. Grayscale: #E2E2E2. Windows color (decimal): -1055556 or 12379375. OLE color: 12379375.
HSL color Cylindrical-coordinate representation of color #EFE4BC: hue angle of 47.06º 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 #EFE4BC is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 188 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.06 |
| HSL | 47.06º | 0.61% | 0.84% | - |
| HSV(B) | 47.06º | 0.21% | 0.94% | - |
| XYZ | 72.42 | 77.47 | 58.71 | - |
| YUV | 226.73 | 106.14 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 188 | 0 | 0.05 | 0.21 | 0.06 | 47.06 | 0.61 | 0.84 |
| Hex | EF | E4 | BC | 0 | 5 | 15 | 6 | 2F | 3D | 54 |
| Octal | 357 | 344 | 274 | 0 | 5 | 25 | 6 | 57 | 75 | 124 |
| Binary | 11101111 | 11100100 | 10111100 | 0 | 101 | 10101 | 110 | 101111 | 111101 | 1010100 |
Color Harmonies of #EFE4BC
Complementary color
Monochromatic Colors of #EFE4BC
Black with #EFE4BC
Text Example
Text Example
White with #EFE4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE4BC; }
p { color: rgb(239,228,188); }
H1.HeaderClassName
{
color: #EFE4BC;
}
.AnyTagClassName
{
color: #EFE4BC;
}
</style>
background-color css
<style>
a { background-color: #EFE4BC; }
a { background-color: rgb(239,228,188); }
div.DivClassName
{
background-color: #EFE4BC;
}
.BgClassName
{
background-color: #EFE4BC;
}
</style>
border-color css
<style>
span { border-color: #EFE4BC; }
span { border-color: rgb(239,228,188); }
td.TdClassName
{
border-color: #EFE4BC;
}
.TagClassName
{
border-color: #EFE4BC;
}
</style>