Shades of Chalky #E0C482
Tints of Chalky #E0C482
RGB
CMYK
RGB Variations
Color information
#E0C482 (or 0xE0C482) is known color: Chalky. HEX triplet: E0, C4 and 82. RGB value is (224,196,130). Sum of RGB (Red+Green+Blue) = 224+196+130=550 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.73% from 550); Green value is 196 (76.95% from 255 or 35.64% from 550); Blue value is 130 (51.17% from 255 or 23.64% from 550); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C482 is #1F3B7D. Grayscale: #C5C5C5. Windows color (decimal): -2046846 or 8570080. OLE color: 8570080.
HSL color Cylindrical-coordinate representation of color #E0C482: hue angle of 42.13º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E0C482 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 196 | 130 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.12 |
| HSL | 42.13º | 0.6% | 0.69% | - |
| HSV(B) | 42.13º | 0.42% | 0.88% | - |
| XYZ | 54.51 | 56.94 | 29.24 | - |
| YUV | 196.85 | 90.28 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 196 | 130 | 0 | 0.12 | 0.42 | 0.12 | 42.13 | 0.6 | 0.69 |
| Hex | E0 | C4 | 82 | 0 | C | 2A | C | 2A | 3C | 45 |
| Octal | 340 | 304 | 202 | 0 | 14 | 52 | 14 | 52 | 74 | 105 |
| Binary | 11100000 | 11000100 | 10000010 | 0 | 1100 | 101010 | 1100 | 101010 | 111100 | 1000101 |
Color Harmonies of #E0C482
Complementary color
Monochromatic Colors of #E0C482
Black with #E0C482
Text Example
Text Example
White with #E0C482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C482; }
p { color: rgb(224,196,130); }
H1.HeaderClassName
{
color: #E0C482;
}
.AnyTagClassName
{
color: #E0C482;
}
</style>
background-color css
<style>
a { background-color: #E0C482; }
a { background-color: rgb(224,196,130); }
div.DivClassName
{
background-color: #E0C482;
}
.BgClassName
{
background-color: #E0C482;
}
</style>
border-color css
<style>
span { border-color: #E0C482; }
span { border-color: rgb(224,196,130); }
td.TdClassName
{
border-color: #E0C482;
}
.TagClassName
{
border-color: #E0C482;
}
</style>