Shades of Chalky #E4C07A
Tints of Chalky #E4C07A
RGB
CMYK
RGB Variations
Color information
#E4C07A (or 0xE4C07A) is known color: Chalky. HEX triplet: E4, C0 and 7A. RGB value is (228,192,122). Sum of RGB (Red+Green+Blue) = 228+192+122=542 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.07% from 542); Green value is 192 (75.39% from 255 or 35.42% from 542); Blue value is 122 (48.05% from 255 or 22.51% from 542); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4C07A is #1B3F85. Grayscale: #C3C3C3. Windows color (decimal): -1785734 or 8044772. OLE color: 8044772.
HSL color Cylindrical-coordinate representation of color #E4C07A: hue angle of 39.62º 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 #E4C07A is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 192 | 122 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.11 |
| HSL | 39.62º | 0.66% | 0.69% | - |
| HSV(B) | 39.62º | 0.46% | 0.89% | - |
| XYZ | 54.36 | 55.6 | 26.28 | - |
| YUV | 194.78 | 86.93 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 192 | 122 | 0 | 0.16 | 0.46 | 0.11 | 39.62 | 0.66 | 0.69 |
| Hex | E4 | C0 | 7A | 0 | 10 | 2E | B | 28 | 42 | 45 |
| Octal | 344 | 300 | 172 | 0 | 20 | 56 | 13 | 50 | 102 | 105 |
| Binary | 11100100 | 11000000 | 1111010 | 0 | 10000 | 101110 | 1011 | 101000 | 1000010 | 1000101 |
Color Harmonies of #E4C07A
Complementary color
Monochromatic Colors of #E4C07A
Black with #E4C07A
Text Example
Text Example
White with #E4C07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C07A; }
p { color: rgb(228,192,122); }
H1.HeaderClassName
{
color: #E4C07A;
}
.AnyTagClassName
{
color: #E4C07A;
}
</style>
background-color css
<style>
a { background-color: #E4C07A; }
a { background-color: rgb(228,192,122); }
div.DivClassName
{
background-color: #E4C07A;
}
.BgClassName
{
background-color: #E4C07A;
}
</style>
border-color css
<style>
span { border-color: #E4C07A; }
span { border-color: rgb(228,192,122); }
td.TdClassName
{
border-color: #E4C07A;
}
.TagClassName
{
border-color: #E4C07A;
}
</style>