Shades of Chalky #E0C084
Tints of Chalky #E0C084
RGB
CMYK
RGB Variations
Color information
#E0C084 (or 0xE0C084) is known color: Chalky. HEX triplet: E0, C0 and 84. RGB value is (224,192,132). Sum of RGB (Red+Green+Blue) = 224+192+132=548 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.88% from 548); Green value is 192 (75.39% from 255 or 35.04% from 548); Blue value is 132 (51.95% from 255 or 24.09% from 548); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C084 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C084 is #1F3F7B. Grayscale: #C3C3C3. Windows color (decimal): -2047868 or 8700128. OLE color: 8700128.
HSL color Cylindrical-coordinate representation of color #E0C084: hue angle of 39.13º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E0C084 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 192 | 132 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.12 |
| HSL | 39.13º | 0.6% | 0.7% | - |
| HSV(B) | 39.13º | 0.41% | 0.88% | - |
| XYZ | 53.75 | 55.21 | 29.65 | - |
| YUV | 194.73 | 92.6 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 192 | 132 | 0 | 0.14 | 0.41 | 0.12 | 39.13 | 0.6 | 0.7 |
| Hex | E0 | C0 | 84 | 0 | E | 29 | C | 27 | 3C | 46 |
| Octal | 340 | 300 | 204 | 0 | 16 | 51 | 14 | 47 | 74 | 106 |
| Binary | 11100000 | 11000000 | 10000100 | 0 | 1110 | 101001 | 1100 | 100111 | 111100 | 1000110 |
Color Harmonies of #E0C084
Complementary color
Monochromatic Colors of #E0C084
Black with #E0C084
Text Example
Text Example
White with #E0C084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C084; }
p { color: rgb(224,192,132); }
H1.HeaderClassName
{
color: #E0C084;
}
.AnyTagClassName
{
color: #E0C084;
}
</style>
background-color css
<style>
a { background-color: #E0C084; }
a { background-color: rgb(224,192,132); }
div.DivClassName
{
background-color: #E0C084;
}
.BgClassName
{
background-color: #E0C084;
}
</style>
border-color css
<style>
span { border-color: #E0C084; }
span { border-color: rgb(224,192,132); }
td.TdClassName
{
border-color: #E0C084;
}
.TagClassName
{
border-color: #E0C084;
}
</style>