Shades of Chalky #E0C083
Tints of Chalky #E0C083
RGB
CMYK
RGB Variations
Color information
#E0C083 (or 0xE0C083) is known color: Chalky. HEX triplet: E0, C0 and 83. RGB value is (224,192,131). Sum of RGB (Red+Green+Blue) = 224+192+131=547 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.95% from 547); Green value is 192 (75.39% from 255 or 35.10% from 547); Blue value is 131 (51.56% from 255 or 23.95% from 547); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C083 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C083 is #1F3F7C. Grayscale: #C2C2C2. Windows color (decimal): -2047869 or 8634592. OLE color: 8634592.
HSL color Cylindrical-coordinate representation of color #E0C083: hue angle of 39.35º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E0C083 is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 192 | 131 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.12 |
| HSL | 39.35º | 0.6% | 0.7% | - |
| HSV(B) | 39.35º | 0.42% | 0.88% | - |
| XYZ | 53.69 | 55.19 | 29.29 | - |
| YUV | 194.61 | 92.1 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 192 | 131 | 0 | 0.14 | 0.42 | 0.12 | 39.35 | 0.6 | 0.7 |
| Hex | E0 | C0 | 83 | 0 | E | 2A | C | 27 | 3C | 46 |
| Octal | 340 | 300 | 203 | 0 | 16 | 52 | 14 | 47 | 74 | 106 |
| Binary | 11100000 | 11000000 | 10000011 | 0 | 1110 | 101010 | 1100 | 100111 | 111100 | 1000110 |
Color Harmonies of #E0C083
Complementary color
Monochromatic Colors of #E0C083
Black with #E0C083
Text Example
Text Example
White with #E0C083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C083; }
p { color: rgb(224,192,131); }
H1.HeaderClassName
{
color: #E0C083;
}
.AnyTagClassName
{
color: #E0C083;
}
</style>
background-color css
<style>
a { background-color: #E0C083; }
a { background-color: rgb(224,192,131); }
div.DivClassName
{
background-color: #E0C083;
}
.BgClassName
{
background-color: #E0C083;
}
</style>
border-color css
<style>
span { border-color: #E0C083; }
span { border-color: rgb(224,192,131); }
td.TdClassName
{
border-color: #E0C083;
}
.TagClassName
{
border-color: #E0C083;
}
</style>