Shades of Chalky #E2C77A
Tints of Chalky #E2C77A
RGB
CMYK
RGB Variations
Color information
#E2C77A (or 0xE2C77A) is known color: Chalky. HEX triplet: E2, C7 and 7A. RGB value is (226,199,122). Sum of RGB (Red+Green+Blue) = 226+199+122=547 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.32% from 547); Green value is 199 (78.12% from 255 or 36.38% from 547); Blue value is 122 (48.05% from 255 or 22.30% from 547); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C77A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C77A is #1D3885. Grayscale: #C6C6C6. Windows color (decimal): -1915014 or 8046562. OLE color: 8046562.
HSL color Cylindrical-coordinate representation of color #E2C77A: hue angle of 44.42º 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 #E2C77A is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 199 | 122 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.11 |
| HSL | 44.42º | 0.64% | 0.68% | - |
| HSV(B) | 44.42º | 0.46% | 0.89% | - |
| XYZ | 55.3 | 58.42 | 26.77 | - |
| YUV | 198.3 | 84.95 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 199 | 122 | 0 | 0.12 | 0.46 | 0.11 | 44.42 | 0.64 | 0.68 |
| Hex | E2 | C7 | 7A | 0 | C | 2E | B | 2C | 40 | 44 |
| Octal | 342 | 307 | 172 | 0 | 14 | 56 | 13 | 54 | 100 | 104 |
| Binary | 11100010 | 11000111 | 1111010 | 0 | 1100 | 101110 | 1011 | 101100 | 1000000 | 1000100 |
Color Harmonies of #E2C77A
Complementary color
Monochromatic Colors of #E2C77A
Black with #E2C77A
Text Example
Text Example
White with #E2C77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C77A; }
p { color: rgb(226,199,122); }
H1.HeaderClassName
{
color: #E2C77A;
}
.AnyTagClassName
{
color: #E2C77A;
}
</style>
background-color css
<style>
a { background-color: #E2C77A; }
a { background-color: rgb(226,199,122); }
div.DivClassName
{
background-color: #E2C77A;
}
.BgClassName
{
background-color: #E2C77A;
}
</style>
border-color css
<style>
span { border-color: #E2C77A; }
span { border-color: rgb(226,199,122); }
td.TdClassName
{
border-color: #E2C77A;
}
.TagClassName
{
border-color: #E2C77A;
}
</style>