Shades of Chalky #E1BF7A
Tints of Chalky #E1BF7A
RGB
CMYK
RGB Variations
Color information
#E1BF7A (or 0xE1BF7A) is known color: Chalky. HEX triplet: E1, BF and 7A. RGB value is (225,191,122). Sum of RGB (Red+Green+Blue) = 225+191+122=538 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.82% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 122 (48.05% from 255 or 22.68% from 538); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BF7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BF7A is #1E4085. Grayscale: #C1C1C1. Windows color (decimal): -1982598 or 8044513. OLE color: 8044513.
HSL color Cylindrical-coordinate representation of color #E1BF7A: hue angle of 40.19º 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 #E1BF7A is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 191 | 122 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.12 |
| HSL | 40.19º | 0.63% | 0.68% | - |
| HSV(B) | 40.19º | 0.46% | 0.88% | - |
| XYZ | 53.19 | 54.67 | 26.16 | - |
| YUV | 193.3 | 87.76 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 191 | 122 | 0 | 0.15 | 0.46 | 0.12 | 40.19 | 0.63 | 0.68 |
| Hex | E1 | BF | 7A | 0 | F | 2E | C | 28 | 3F | 44 |
| Octal | 341 | 277 | 172 | 0 | 17 | 56 | 14 | 50 | 77 | 104 |
| Binary | 11100001 | 10111111 | 1111010 | 0 | 1111 | 101110 | 1100 | 101000 | 111111 | 1000100 |
Color Harmonies of #E1BF7A
Complementary color
Monochromatic Colors of #E1BF7A
Black with #E1BF7A
Text Example
Text Example
White with #E1BF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BF7A; }
p { color: rgb(225,191,122); }
H1.HeaderClassName
{
color: #E1BF7A;
}
.AnyTagClassName
{
color: #E1BF7A;
}
</style>
background-color css
<style>
a { background-color: #E1BF7A; }
a { background-color: rgb(225,191,122); }
div.DivClassName
{
background-color: #E1BF7A;
}
.BgClassName
{
background-color: #E1BF7A;
}
</style>
border-color css
<style>
span { border-color: #E1BF7A; }
span { border-color: rgb(225,191,122); }
td.TdClassName
{
border-color: #E1BF7A;
}
.TagClassName
{
border-color: #E1BF7A;
}
</style>