Shades of Chalky #E5BE7A
Tints of Chalky #E5BE7A
RGB
CMYK
RGB Variations
Color information
#E5BE7A (or 0xE5BE7A) is known color: Chalky. HEX triplet: E5, BE and 7A. RGB value is (229,190,122). Sum of RGB (Red+Green+Blue) = 229+190+122=541 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.33% from 541); Green value is 190 (74.61% from 255 or 35.12% from 541); Blue value is 122 (48.05% from 255 or 22.55% from 541); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BE7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BE7A is #1A4185. Grayscale: #C2C2C2. Windows color (decimal): -1720710 or 8044261. OLE color: 8044261.
HSL color Cylindrical-coordinate representation of color #E5BE7A: hue angle of 38.13º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E5BE7A is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 190 | 122 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.10 |
| HSL | 38.13º | 0.67% | 0.69% | - |
| HSV(B) | 38.13º | 0.47% | 0.9% | - |
| XYZ | 54.24 | 54.89 | 26.15 | - |
| YUV | 193.91 | 87.42 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 190 | 122 | 0 | 0.17 | 0.47 | 0.10 | 38.13 | 0.67 | 0.69 |
| Hex | E5 | BE | 7A | 0 | 11 | 2F | A | 26 | 43 | 45 |
| Octal | 345 | 276 | 172 | 0 | 21 | 57 | 12 | 46 | 103 | 105 |
| Binary | 11100101 | 10111110 | 1111010 | 0 | 10001 | 101111 | 1010 | 100110 | 1000011 | 1000101 |
Color Harmonies of #E5BE7A
Complementary color
Monochromatic Colors of #E5BE7A
Black with #E5BE7A
Text Example
Text Example
White with #E5BE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BE7A; }
p { color: rgb(229,190,122); }
H1.HeaderClassName
{
color: #E5BE7A;
}
.AnyTagClassName
{
color: #E5BE7A;
}
</style>
background-color css
<style>
a { background-color: #E5BE7A; }
a { background-color: rgb(229,190,122); }
div.DivClassName
{
background-color: #E5BE7A;
}
.BgClassName
{
background-color: #E5BE7A;
}
</style>
border-color css
<style>
span { border-color: #E5BE7A; }
span { border-color: rgb(229,190,122); }
td.TdClassName
{
border-color: #E5BE7A;
}
.TagClassName
{
border-color: #E5BE7A;
}
</style>