Shades of Chalky #E2BE7A
Tints of Chalky #E2BE7A
RGB
CMYK
RGB Variations
Color information
#E2BE7A (or 0xE2BE7A) is known color: Chalky. HEX triplet: E2, BE and 7A. RGB value is (226,190,122). Sum of RGB (Red+Green+Blue) = 226+190+122=538 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.01% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 122 (48.05% from 255 or 22.68% from 538); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BE7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BE7A is #1D4185. Grayscale: #C1C1C1. Windows color (decimal): -1917318 or 8044258. OLE color: 8044258.
HSL color Cylindrical-coordinate representation of color #E2BE7A: hue angle of 39.23º 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 #E2BE7A is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 190 | 122 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.11 |
| HSL | 39.23º | 0.64% | 0.68% | - |
| HSV(B) | 39.23º | 0.46% | 0.89% | - |
| XYZ | 53.29 | 54.4 | 26.1 | - |
| YUV | 193.01 | 87.93 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 190 | 122 | 0 | 0.16 | 0.46 | 0.11 | 39.23 | 0.64 | 0.68 |
| Hex | E2 | BE | 7A | 0 | 10 | 2E | B | 27 | 40 | 44 |
| Octal | 342 | 276 | 172 | 0 | 20 | 56 | 13 | 47 | 100 | 104 |
| Binary | 11100010 | 10111110 | 1111010 | 0 | 10000 | 101110 | 1011 | 100111 | 1000000 | 1000100 |
Color Harmonies of #E2BE7A
Complementary color
Monochromatic Colors of #E2BE7A
Black with #E2BE7A
Text Example
Text Example
White with #E2BE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BE7A; }
p { color: rgb(226,190,122); }
H1.HeaderClassName
{
color: #E2BE7A;
}
.AnyTagClassName
{
color: #E2BE7A;
}
</style>
background-color css
<style>
a { background-color: #E2BE7A; }
a { background-color: rgb(226,190,122); }
div.DivClassName
{
background-color: #E2BE7A;
}
.BgClassName
{
background-color: #E2BE7A;
}
</style>
border-color css
<style>
span { border-color: #E2BE7A; }
span { border-color: rgb(226,190,122); }
td.TdClassName
{
border-color: #E2BE7A;
}
.TagClassName
{
border-color: #E2BE7A;
}
</style>