Shades of Chalky #E1BF79
Tints of Chalky #E1BF79
RGB
CMYK
RGB Variations
Color information
#E1BF79 (or 0xE1BF79) is known color: Chalky. HEX triplet: E1, BF and 79. RGB value is (225,191,121). Sum of RGB (Red+Green+Blue) = 225+191+121=537 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.90% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 121 (47.66% from 255 or 22.53% from 537); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BF79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BF79 is #1E4086. Grayscale: #C1C1C1. Windows color (decimal): -1982599 or 7978977. OLE color: 7978977.
HSL color Cylindrical-coordinate representation of color #E1BF79: hue angle of 40.38º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E1BF79 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 191 | 121 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.12 |
| HSL | 40.38º | 0.63% | 0.68% | - |
| HSV(B) | 40.38º | 0.46% | 0.88% | - |
| XYZ | 53.13 | 54.65 | 25.84 | - |
| YUV | 193.19 | 87.26 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 191 | 121 | 0 | 0.15 | 0.46 | 0.12 | 40.38 | 0.63 | 0.68 |
| Hex | E1 | BF | 79 | 0 | F | 2E | C | 28 | 3F | 44 |
| Octal | 341 | 277 | 171 | 0 | 17 | 56 | 14 | 50 | 77 | 104 |
| Binary | 11100001 | 10111111 | 1111001 | 0 | 1111 | 101110 | 1100 | 101000 | 111111 | 1000100 |
Color Harmonies of #E1BF79
Complementary color
Monochromatic Colors of #E1BF79
Black with #E1BF79
Text Example
Text Example
White with #E1BF79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BF79; }
p { color: rgb(225,191,121); }
H1.HeaderClassName
{
color: #E1BF79;
}
.AnyTagClassName
{
color: #E1BF79;
}
</style>
background-color css
<style>
a { background-color: #E1BF79; }
a { background-color: rgb(225,191,121); }
div.DivClassName
{
background-color: #E1BF79;
}
.BgClassName
{
background-color: #E1BF79;
}
</style>
border-color css
<style>
span { border-color: #E1BF79; }
span { border-color: rgb(225,191,121); }
td.TdClassName
{
border-color: #E1BF79;
}
.TagClassName
{
border-color: #E1BF79;
}
</style>