Shades of Chalky #E1C07A
Tints of Chalky #E1C07A
RGB
CMYK
RGB Variations
Color information
#E1C07A (or 0xE1C07A) is known color: Chalky. HEX triplet: E1, C0 and 7A. RGB value is (225,192,122). Sum of RGB (Red+Green+Blue) = 225+192+122=539 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.74% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 122 (48.05% from 255 or 22.63% from 539); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C07A is #1E3F85. Grayscale: #C2C2C2. Windows color (decimal): -1982342 or 8044769. OLE color: 8044769.
HSL color Cylindrical-coordinate representation of color #E1C07A: hue angle of 40.78º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E1C07A is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 192 | 122 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.12 |
| HSL | 40.78º | 0.63% | 0.68% | - |
| HSV(B) | 40.78º | 0.46% | 0.88% | - |
| XYZ | 53.41 | 55.11 | 26.23 | - |
| YUV | 193.89 | 87.43 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 192 | 122 | 0 | 0.15 | 0.46 | 0.12 | 40.78 | 0.63 | 0.68 |
| Hex | E1 | C0 | 7A | 0 | F | 2E | C | 29 | 3F | 44 |
| Octal | 341 | 300 | 172 | 0 | 17 | 56 | 14 | 51 | 77 | 104 |
| Binary | 11100001 | 11000000 | 1111010 | 0 | 1111 | 101110 | 1100 | 101001 | 111111 | 1000100 |
Color Harmonies of #E1C07A
Complementary color
Monochromatic Colors of #E1C07A
Black with #E1C07A
Text Example
Text Example
White with #E1C07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C07A; }
p { color: rgb(225,192,122); }
H1.HeaderClassName
{
color: #E1C07A;
}
.AnyTagClassName
{
color: #E1C07A;
}
</style>
background-color css
<style>
a { background-color: #E1C07A; }
a { background-color: rgb(225,192,122); }
div.DivClassName
{
background-color: #E1C07A;
}
.BgClassName
{
background-color: #E1C07A;
}
</style>
border-color css
<style>
span { border-color: #E1C07A; }
span { border-color: rgb(225,192,122); }
td.TdClassName
{
border-color: #E1C07A;
}
.TagClassName
{
border-color: #E1C07A;
}
</style>