Shades of Chalky #E2C67A
Tints of Chalky #E2C67A
RGB
CMYK
RGB Variations
Color information
#E2C67A (or 0xE2C67A) is known color: Chalky. HEX triplet: E2, C6 and 7A. RGB value is (226,198,122). Sum of RGB (Red+Green+Blue) = 226+198+122=546 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.39% from 546); Green value is 198 (77.73% from 255 or 36.26% from 546); Blue value is 122 (48.05% from 255 or 22.34% from 546); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C67A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C67A is #1D3985. Grayscale: #C6C6C6. Windows color (decimal): -1915270 or 8046306. OLE color: 8046306.
HSL color Cylindrical-coordinate representation of color #E2C67A: hue angle of 43.85º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E2C67A is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 198 | 122 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.11 |
| HSL | 43.85º | 0.64% | 0.68% | - |
| HSV(B) | 43.85º | 0.46% | 0.89% | - |
| XYZ | 55.07 | 57.96 | 26.7 | - |
| YUV | 197.71 | 85.28 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 198 | 122 | 0 | 0.12 | 0.46 | 0.11 | 43.85 | 0.64 | 0.68 |
| Hex | E2 | C6 | 7A | 0 | C | 2E | B | 2C | 40 | 44 |
| Octal | 342 | 306 | 172 | 0 | 14 | 56 | 13 | 54 | 100 | 104 |
| Binary | 11100010 | 11000110 | 1111010 | 0 | 1100 | 101110 | 1011 | 101100 | 1000000 | 1000100 |
Color Harmonies of #E2C67A
Complementary color
Monochromatic Colors of #E2C67A
Black with #E2C67A
Text Example
Text Example
White with #E2C67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C67A; }
p { color: rgb(226,198,122); }
H1.HeaderClassName
{
color: #E2C67A;
}
.AnyTagClassName
{
color: #E2C67A;
}
</style>
background-color css
<style>
a { background-color: #E2C67A; }
a { background-color: rgb(226,198,122); }
div.DivClassName
{
background-color: #E2C67A;
}
.BgClassName
{
background-color: #E2C67A;
}
</style>
border-color css
<style>
span { border-color: #E2C67A; }
span { border-color: rgb(226,198,122); }
td.TdClassName
{
border-color: #E2C67A;
}
.TagClassName
{
border-color: #E2C67A;
}
</style>