Shades of Chalky #E2C57E
Tints of Chalky #E2C57E
RGB
CMYK
RGB Variations
Color information
#E2C57E (or 0xE2C57E) is known color: Chalky. HEX triplet: E2, C5 and 7E. RGB value is (226,197,126). Sum of RGB (Red+Green+Blue) = 226+197+126=549 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.17% from 549); Green value is 197 (77.34% from 255 or 35.88% from 549); Blue value is 126 (49.61% from 255 or 22.95% from 549); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C57E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C57E is #1D3A81. Grayscale: #C5C5C5. Windows color (decimal): -1915522 or 8308194. OLE color: 8308194.
HSL color Cylindrical-coordinate representation of color #E2C57E: hue angle of 42.6º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E2C57E is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 197 | 126 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.11 |
| HSL | 42.6º | 0.63% | 0.69% | - |
| HSV(B) | 42.6º | 0.44% | 0.89% | - |
| XYZ | 55.1 | 57.61 | 27.95 | - |
| YUV | 197.58 | 87.61 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 197 | 126 | 0 | 0.13 | 0.44 | 0.11 | 42.6 | 0.63 | 0.69 |
| Hex | E2 | C5 | 7E | 0 | D | 2C | B | 2B | 3F | 45 |
| Octal | 342 | 305 | 176 | 0 | 15 | 54 | 13 | 53 | 77 | 105 |
| Binary | 11100010 | 11000101 | 1111110 | 0 | 1101 | 101100 | 1011 | 101011 | 111111 | 1000101 |
Color Harmonies of #E2C57E
Complementary color
Monochromatic Colors of #E2C57E
Black with #E2C57E
Text Example
Text Example
White with #E2C57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C57E; }
p { color: rgb(226,197,126); }
H1.HeaderClassName
{
color: #E2C57E;
}
.AnyTagClassName
{
color: #E2C57E;
}
</style>
background-color css
<style>
a { background-color: #E2C57E; }
a { background-color: rgb(226,197,126); }
div.DivClassName
{
background-color: #E2C57E;
}
.BgClassName
{
background-color: #E2C57E;
}
</style>
border-color css
<style>
span { border-color: #E2C57E; }
span { border-color: rgb(226,197,126); }
td.TdClassName
{
border-color: #E2C57E;
}
.TagClassName
{
border-color: #E2C57E;
}
</style>