Shades of Chalky #E0C080
Tints of Chalky #E0C080
RGB
CMYK
RGB Variations
Color information
#E0C080 (or 0xE0C080) is known color: Chalky. HEX triplet: E0, C0 and 80. RGB value is (224,192,128). Sum of RGB (Red+Green+Blue) = 224+192+128=544 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.18% from 544); Green value is 192 (75.39% from 255 or 35.29% from 544); Blue value is 128 (50.39% from 255 or 23.53% from 544); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C080 is #1F3F7F. Grayscale: #C2C2C2. Windows color (decimal): -2047872 or 8437984. OLE color: 8437984.
HSL color Cylindrical-coordinate representation of color #E0C080: hue angle of 40º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E0C080 is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 192 | 128 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.12 |
| HSL | 40º | 0.61% | 0.69% | - |
| HSV(B) | 40º | 0.43% | 0.88% | - |
| XYZ | 53.49 | 55.11 | 28.24 | - |
| YUV | 194.27 | 90.6 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 192 | 128 | 0 | 0.14 | 0.43 | 0.12 | 40 | 0.61 | 0.69 |
| Hex | E0 | C0 | 80 | 0 | E | 2B | C | 28 | 3D | 45 |
| Octal | 340 | 300 | 200 | 0 | 16 | 53 | 14 | 50 | 75 | 105 |
| Binary | 11100000 | 11000000 | 10000000 | 0 | 1110 | 101011 | 1100 | 101000 | 111101 | 1000101 |
Color Harmonies of #E0C080
Complementary color
Monochromatic Colors of #E0C080
Black with #E0C080
Text Example
Text Example
White with #E0C080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C080; }
p { color: rgb(224,192,128); }
H1.HeaderClassName
{
color: #E0C080;
}
.AnyTagClassName
{
color: #E0C080;
}
</style>
background-color css
<style>
a { background-color: #E0C080; }
a { background-color: rgb(224,192,128); }
div.DivClassName
{
background-color: #E0C080;
}
.BgClassName
{
background-color: #E0C080;
}
</style>
border-color css
<style>
span { border-color: #E0C080; }
span { border-color: rgb(224,192,128); }
td.TdClassName
{
border-color: #E0C080;
}
.TagClassName
{
border-color: #E0C080;
}
</style>