Shades of Chalky #E1C079
Tints of Chalky #E1C079
RGB
CMYK
RGB Variations
Color information
#E1C079 (or 0xE1C079) is known color: Chalky. HEX triplet: E1, C0 and 79. RGB value is (225,192,121). Sum of RGB (Red+Green+Blue) = 225+192+121=538 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.82% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 121 (47.66% from 255 or 22.49% from 538); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C079 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C079 is #1E3F86. Grayscale: #C2C2C2. Windows color (decimal): -1982343 or 7979233. OLE color: 7979233.
HSL color Cylindrical-coordinate representation of color #E1C079: hue angle of 40.96º 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 #E1C079 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 192 | 121 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.12 |
| HSL | 40.96º | 0.63% | 0.68% | - |
| HSV(B) | 40.96º | 0.46% | 0.88% | - |
| XYZ | 53.35 | 55.09 | 25.91 | - |
| YUV | 193.77 | 86.93 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 192 | 121 | 0 | 0.15 | 0.46 | 0.12 | 40.96 | 0.63 | 0.68 |
| Hex | E1 | C0 | 79 | 0 | F | 2E | C | 29 | 3F | 44 |
| Octal | 341 | 300 | 171 | 0 | 17 | 56 | 14 | 51 | 77 | 104 |
| Binary | 11100001 | 11000000 | 1111001 | 0 | 1111 | 101110 | 1100 | 101001 | 111111 | 1000100 |
Color Harmonies of #E1C079
Complementary color
Monochromatic Colors of #E1C079
Black with #E1C079
Text Example
Text Example
White with #E1C079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C079; }
p { color: rgb(225,192,121); }
H1.HeaderClassName
{
color: #E1C079;
}
.AnyTagClassName
{
color: #E1C079;
}
</style>
background-color css
<style>
a { background-color: #E1C079; }
a { background-color: rgb(225,192,121); }
div.DivClassName
{
background-color: #E1C079;
}
.BgClassName
{
background-color: #E1C079;
}
</style>
border-color css
<style>
span { border-color: #E1C079; }
span { border-color: rgb(225,192,121); }
td.TdClassName
{
border-color: #E1C079;
}
.TagClassName
{
border-color: #E1C079;
}
</style>