Shades of Chalky #E2C080
Tints of Chalky #E2C080
RGB
CMYK
RGB Variations
Color information
#E2C080 (or 0xE2C080) is known color: Chalky. HEX triplet: E2, C0 and 80. RGB value is (226,192,128). Sum of RGB (Red+Green+Blue) = 226+192+128=546 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.39% from 546); Green value is 192 (75.39% from 255 or 35.16% from 546); Blue value is 128 (50.39% from 255 or 23.44% from 546); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C080 is #1D3F7F. Grayscale: #C3C3C3. Windows color (decimal): -1916800 or 8437986. OLE color: 8437986.
HSL color Cylindrical-coordinate representation of color #E2C080: hue angle of 39.18º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E2C080 is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 192 | 128 | - |
| CMYK | 0 | 0.15 | 0.43 | 0.11 |
| HSL | 39.18º | 0.63% | 0.69% | - |
| HSV(B) | 39.18º | 0.43% | 0.89% | - |
| XYZ | 54.11 | 55.43 | 28.27 | - |
| YUV | 194.87 | 90.26 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 192 | 128 | 0 | 0.15 | 0.43 | 0.11 | 39.18 | 0.63 | 0.69 |
| Hex | E2 | C0 | 80 | 0 | F | 2B | B | 27 | 3F | 45 |
| Octal | 342 | 300 | 200 | 0 | 17 | 53 | 13 | 47 | 77 | 105 |
| Binary | 11100010 | 11000000 | 10000000 | 0 | 1111 | 101011 | 1011 | 100111 | 111111 | 1000101 |
Color Harmonies of #E2C080
Complementary color
Monochromatic Colors of #E2C080
Black with #E2C080
Text Example
Text Example
White with #E2C080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C080; }
p { color: rgb(226,192,128); }
H1.HeaderClassName
{
color: #E2C080;
}
.AnyTagClassName
{
color: #E2C080;
}
</style>
background-color css
<style>
a { background-color: #E2C080; }
a { background-color: rgb(226,192,128); }
div.DivClassName
{
background-color: #E2C080;
}
.BgClassName
{
background-color: #E2C080;
}
</style>
border-color css
<style>
span { border-color: #E2C080; }
span { border-color: rgb(226,192,128); }
td.TdClassName
{
border-color: #E2C080;
}
.TagClassName
{
border-color: #E2C080;
}
</style>