Shades of Chalky #E2C380
Tints of Chalky #E2C380
RGB
CMYK
RGB Variations
Color information
#E2C380 (or 0xE2C380) is known color: Chalky. HEX triplet: E2, C3 and 80. RGB value is (226,195,128). Sum of RGB (Red+Green+Blue) = 226+195+128=549 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.17% from 549); Green value is 195 (76.56% from 255 or 35.52% from 549); Blue value is 128 (50.39% from 255 or 23.32% from 549); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C380 is #1D3C7F. Grayscale: #C4C4C4. Windows color (decimal): -1916032 or 8438754. OLE color: 8438754.
HSL color Cylindrical-coordinate representation of color #E2C380: hue angle of 41.02º 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 #E2C380 is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 195 | 128 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.11 |
| HSL | 41.02º | 0.63% | 0.69% | - |
| HSV(B) | 41.02º | 0.43% | 0.89% | - |
| XYZ | 54.78 | 56.76 | 28.49 | - |
| YUV | 196.63 | 89.27 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 195 | 128 | 0 | 0.14 | 0.43 | 0.11 | 41.02 | 0.63 | 0.69 |
| Hex | E2 | C3 | 80 | 0 | E | 2B | B | 29 | 3F | 45 |
| Octal | 342 | 303 | 200 | 0 | 16 | 53 | 13 | 51 | 77 | 105 |
| Binary | 11100010 | 11000011 | 10000000 | 0 | 1110 | 101011 | 1011 | 101001 | 111111 | 1000101 |
Color Harmonies of #E2C380
Complementary color
Monochromatic Colors of #E2C380
Black with #E2C380
Text Example
Text Example
White with #E2C380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C380; }
p { color: rgb(226,195,128); }
H1.HeaderClassName
{
color: #E2C380;
}
.AnyTagClassName
{
color: #E2C380;
}
</style>
background-color css
<style>
a { background-color: #E2C380; }
a { background-color: rgb(226,195,128); }
div.DivClassName
{
background-color: #E2C380;
}
.BgClassName
{
background-color: #E2C380;
}
</style>
border-color css
<style>
span { border-color: #E2C380; }
span { border-color: rgb(226,195,128); }
td.TdClassName
{
border-color: #E2C380;
}
.TagClassName
{
border-color: #E2C380;
}
</style>