Html Css Color HEX #EFE5BC Half Colonial White
📋 copy color: '#EFE5BC'red 239 ◦ green 229 ◦ blue 188
Shades of Half Colonial White #EFE5BC
Tints of Half Colonial White #EFE5BC
RGB
CMYK
RGB Variations
Color information
#EFE5BC (or 0xEFE5BC) is known color: Half Colonial White. HEX triplet: EF, E5 and BC. RGB value is (239,229,188). Sum of RGB (Red+Green+Blue) = 239+229+188=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 229 (89.84% from 255 or 34.91% from 656); Blue value is 188 (73.83% from 255 or 28.66% from 656); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE5BC is #101A43. Grayscale: #E3E3E3. Windows color (decimal): -1055300 or 12379631. OLE color: 12379631.
HSL color Cylindrical-coordinate representation of color #EFE5BC: hue angle of 48.24º 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 #EFE5BC is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 229 | 188 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.06 |
| HSL | 48.24º | 0.61% | 0.84% | - |
| HSV(B) | 48.24º | 0.21% | 0.94% | - |
| XYZ | 72.69 | 78.02 | 58.81 | - |
| YUV | 227.32 | 105.81 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 188 | 0 | 0.04 | 0.21 | 0.06 | 48.24 | 0.61 | 0.84 |
| Hex | EF | E5 | BC | 0 | 4 | 15 | 6 | 30 | 3D | 54 |
| Octal | 357 | 345 | 274 | 0 | 4 | 25 | 6 | 60 | 75 | 124 |
| Binary | 11101111 | 11100101 | 10111100 | 0 | 100 | 10101 | 110 | 110000 | 111101 | 1010100 |
Color Harmonies of #EFE5BC
Complementary color
Monochromatic Colors of #EFE5BC
Black with #EFE5BC
Text Example
Text Example
White with #EFE5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE5BC; }
p { color: rgb(239,229,188); }
H1.HeaderClassName
{
color: #EFE5BC;
}
.AnyTagClassName
{
color: #EFE5BC;
}
</style>
background-color css
<style>
a { background-color: #EFE5BC; }
a { background-color: rgb(239,229,188); }
div.DivClassName
{
background-color: #EFE5BC;
}
.BgClassName
{
background-color: #EFE5BC;
}
</style>
border-color css
<style>
span { border-color: #EFE5BC; }
span { border-color: rgb(239,229,188); }
td.TdClassName
{
border-color: #EFE5BC;
}
.TagClassName
{
border-color: #EFE5BC;
}
</style>