Shades of Chalky #E2C481
Tints of Chalky #E2C481
RGB
CMYK
RGB Variations
Color information
#E2C481 (or 0xE2C481) is known color: Chalky. HEX triplet: E2, C4 and 81. RGB value is (226,196,129). Sum of RGB (Red+Green+Blue) = 226+196+129=551 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.02% from 551); Green value is 196 (76.95% from 255 or 35.57% from 551); Blue value is 129 (50.78% from 255 or 23.41% from 551); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C481 is #1D3B7E. Grayscale: #C5C5C5. Windows color (decimal): -1915775 or 8504546. OLE color: 8504546.
HSL color Cylindrical-coordinate representation of color #E2C481: hue angle of 41.44º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E2C481 is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 196 | 129 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.11 |
| HSL | 41.44º | 0.63% | 0.7% | - |
| HSV(B) | 41.44º | 0.43% | 0.89% | - |
| XYZ | 55.07 | 57.23 | 28.91 | - |
| YUV | 197.33 | 89.44 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 196 | 129 | 0 | 0.13 | 0.43 | 0.11 | 41.44 | 0.63 | 0.7 |
| Hex | E2 | C4 | 81 | 0 | D | 2B | B | 29 | 3F | 46 |
| Octal | 342 | 304 | 201 | 0 | 15 | 53 | 13 | 51 | 77 | 106 |
| Binary | 11100010 | 11000100 | 10000001 | 0 | 1101 | 101011 | 1011 | 101001 | 111111 | 1000110 |
Color Harmonies of #E2C481
Complementary color
Monochromatic Colors of #E2C481
Black with #E2C481
Text Example
Text Example
White with #E2C481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C481; }
p { color: rgb(226,196,129); }
H1.HeaderClassName
{
color: #E2C481;
}
.AnyTagClassName
{
color: #E2C481;
}
</style>
background-color css
<style>
a { background-color: #E2C481; }
a { background-color: rgb(226,196,129); }
div.DivClassName
{
background-color: #E2C481;
}
.BgClassName
{
background-color: #E2C481;
}
</style>
border-color css
<style>
span { border-color: #E2C481; }
span { border-color: rgb(226,196,129); }
td.TdClassName
{
border-color: #E2C481;
}
.TagClassName
{
border-color: #E2C481;
}
</style>