Shades of Chalky #E4BE7A
Tints of Chalky #E4BE7A
RGB
CMYK
RGB Variations
Color information
#E4BE7A (or 0xE4BE7A) is known color: Chalky. HEX triplet: E4, BE and 7A. RGB value is (228,190,122). Sum of RGB (Red+Green+Blue) = 228+190+122=540 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.22% from 540); Green value is 190 (74.61% from 255 or 35.19% from 540); Blue value is 122 (48.05% from 255 or 22.59% from 540); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BE7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4BE7A is #1B4185. Grayscale: #C1C1C1. Windows color (decimal): -1786246 or 8044260. OLE color: 8044260.
HSL color Cylindrical-coordinate representation of color #E4BE7A: hue angle of 38.49º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E4BE7A is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 190 | 122 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.11 |
| HSL | 38.49º | 0.66% | 0.69% | - |
| HSV(B) | 38.49º | 0.46% | 0.89% | - |
| XYZ | 53.92 | 54.73 | 26.13 | - |
| YUV | 193.61 | 87.59 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 190 | 122 | 0 | 0.17 | 0.46 | 0.11 | 38.49 | 0.66 | 0.69 |
| Hex | E4 | BE | 7A | 0 | 11 | 2E | B | 26 | 42 | 45 |
| Octal | 344 | 276 | 172 | 0 | 21 | 56 | 13 | 46 | 102 | 105 |
| Binary | 11100100 | 10111110 | 1111010 | 0 | 10001 | 101110 | 1011 | 100110 | 1000010 | 1000101 |
Color Harmonies of #E4BE7A
Complementary color
Monochromatic Colors of #E4BE7A
Black with #E4BE7A
Text Example
Text Example
White with #E4BE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BE7A; }
p { color: rgb(228,190,122); }
H1.HeaderClassName
{
color: #E4BE7A;
}
.AnyTagClassName
{
color: #E4BE7A;
}
</style>
background-color css
<style>
a { background-color: #E4BE7A; }
a { background-color: rgb(228,190,122); }
div.DivClassName
{
background-color: #E4BE7A;
}
.BgClassName
{
background-color: #E4BE7A;
}
</style>
border-color css
<style>
span { border-color: #E4BE7A; }
span { border-color: rgb(228,190,122); }
td.TdClassName
{
border-color: #E4BE7A;
}
.TagClassName
{
border-color: #E4BE7A;
}
</style>