Shades of Chalky #E4BF77
Tints of Chalky #E4BF77
RGB
CMYK
RGB Variations
Color information
#E4BF77 (or 0xE4BF77) is known color: Chalky. HEX triplet: E4, BF and 77. RGB value is (228,191,119). Sum of RGB (Red+Green+Blue) = 228+191+119=538 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.38% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 119 (46.88% from 255 or 22.12% from 538); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BF77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4BF77 is #1B4088. Grayscale: #C2C2C2. Windows color (decimal): -1785993 or 7847908. OLE color: 7847908.
HSL color Cylindrical-coordinate representation of color #E4BF77: hue angle of 39.63º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E4BF77 is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 191 | 119 | - |
| CMYK | 0 | 0.16 | 0.48 | 0.11 |
| HSL | 39.63º | 0.67% | 0.68% | - |
| HSV(B) | 39.63º | 0.48% | 0.89% | - |
| XYZ | 53.96 | 55.09 | 25.24 | - |
| YUV | 193.86 | 85.76 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 191 | 119 | 0 | 0.16 | 0.48 | 0.11 | 39.63 | 0.67 | 0.68 |
| Hex | E4 | BF | 77 | 0 | 10 | 30 | B | 28 | 43 | 44 |
| Octal | 344 | 277 | 167 | 0 | 20 | 60 | 13 | 50 | 103 | 104 |
| Binary | 11100100 | 10111111 | 1110111 | 0 | 10000 | 110000 | 1011 | 101000 | 1000011 | 1000100 |
Color Harmonies of #E4BF77
Complementary color
Monochromatic Colors of #E4BF77
Black with #E4BF77
Text Example
Text Example
White with #E4BF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BF77; }
p { color: rgb(228,191,119); }
H1.HeaderClassName
{
color: #E4BF77;
}
.AnyTagClassName
{
color: #E4BF77;
}
</style>
background-color css
<style>
a { background-color: #E4BF77; }
a { background-color: rgb(228,191,119); }
div.DivClassName
{
background-color: #E4BF77;
}
.BgClassName
{
background-color: #E4BF77;
}
</style>
border-color css
<style>
span { border-color: #E4BF77; }
span { border-color: rgb(228,191,119); }
td.TdClassName
{
border-color: #E4BF77;
}
.TagClassName
{
border-color: #E4BF77;
}
</style>