Shades of Chalky #E2C07E
Tints of Chalky #E2C07E
RGB
CMYK
RGB Variations
Color information
#E2C07E (or 0xE2C07E) is known color: Chalky. HEX triplet: E2, C0 and 7E. RGB value is (226,192,126). Sum of RGB (Red+Green+Blue) = 226+192+126=544 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.54% from 544); Green value is 192 (75.39% from 255 or 35.29% from 544); Blue value is 126 (49.61% from 255 or 23.16% from 544); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C07E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C07E is #1D3F81. Grayscale: #C2C2C2. Windows color (decimal): -1916802 or 8306914. OLE color: 8306914.
HSL color Cylindrical-coordinate representation of color #E2C07E: hue angle of 39.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 #E2C07E is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 192 | 126 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.11 |
| HSL | 39.6º | 0.63% | 0.69% | - |
| HSV(B) | 39.6º | 0.44% | 0.89% | - |
| XYZ | 53.98 | 55.37 | 27.58 | - |
| YUV | 194.64 | 89.26 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 192 | 126 | 0 | 0.15 | 0.44 | 0.11 | 39.6 | 0.63 | 0.69 |
| Hex | E2 | C0 | 7E | 0 | F | 2C | B | 28 | 3F | 45 |
| Octal | 342 | 300 | 176 | 0 | 17 | 54 | 13 | 50 | 77 | 105 |
| Binary | 11100010 | 11000000 | 1111110 | 0 | 1111 | 101100 | 1011 | 101000 | 111111 | 1000101 |
Color Harmonies of #E2C07E
Complementary color
Monochromatic Colors of #E2C07E
Black with #E2C07E
Text Example
Text Example
White with #E2C07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C07E; }
p { color: rgb(226,192,126); }
H1.HeaderClassName
{
color: #E2C07E;
}
.AnyTagClassName
{
color: #E2C07E;
}
</style>
background-color css
<style>
a { background-color: #E2C07E; }
a { background-color: rgb(226,192,126); }
div.DivClassName
{
background-color: #E2C07E;
}
.BgClassName
{
background-color: #E2C07E;
}
</style>
border-color css
<style>
span { border-color: #E2C07E; }
span { border-color: rgb(226,192,126); }
td.TdClassName
{
border-color: #E2C07E;
}
.TagClassName
{
border-color: #E2C07E;
}
</style>