Shades of Chalky #E2BF7A
Tints of Chalky #E2BF7A
RGB
CMYK
RGB Variations
Color information
#E2BF7A (or 0xE2BF7A) is known color: Chalky. HEX triplet: E2, BF and 7A. RGB value is (226,191,122). Sum of RGB (Red+Green+Blue) = 226+191+122=539 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.93% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 122 (48.05% from 255 or 22.63% from 539); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BF7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BF7A is #1D4085. Grayscale: #C1C1C1. Windows color (decimal): -1917062 or 8044514. OLE color: 8044514.
HSL color Cylindrical-coordinate representation of color #E2BF7A: hue angle of 39.81º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E2BF7A is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 191 | 122 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.11 |
| HSL | 39.81º | 0.64% | 0.68% | - |
| HSV(B) | 39.81º | 0.46% | 0.89% | - |
| XYZ | 53.51 | 54.84 | 26.18 | - |
| YUV | 193.6 | 87.6 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 191 | 122 | 0 | 0.15 | 0.46 | 0.11 | 39.81 | 0.64 | 0.68 |
| Hex | E2 | BF | 7A | 0 | F | 2E | B | 28 | 40 | 44 |
| Octal | 342 | 277 | 172 | 0 | 17 | 56 | 13 | 50 | 100 | 104 |
| Binary | 11100010 | 10111111 | 1111010 | 0 | 1111 | 101110 | 1011 | 101000 | 1000000 | 1000100 |
Color Harmonies of #E2BF7A
Complementary color
Monochromatic Colors of #E2BF7A
Black with #E2BF7A
Text Example
Text Example
White with #E2BF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BF7A; }
p { color: rgb(226,191,122); }
H1.HeaderClassName
{
color: #E2BF7A;
}
.AnyTagClassName
{
color: #E2BF7A;
}
</style>
background-color css
<style>
a { background-color: #E2BF7A; }
a { background-color: rgb(226,191,122); }
div.DivClassName
{
background-color: #E2BF7A;
}
.BgClassName
{
background-color: #E2BF7A;
}
</style>
border-color css
<style>
span { border-color: #E2BF7A; }
span { border-color: rgb(226,191,122); }
td.TdClassName
{
border-color: #E2BF7A;
}
.TagClassName
{
border-color: #E2BF7A;
}
</style>