Shades of Chalky #E5C07C
Tints of Chalky #E5C07C
RGB
CMYK
RGB Variations
Color information
#E5C07C (or 0xE5C07C) is known color: Chalky. HEX triplet: E5, C0 and 7C. RGB value is (229,192,124). Sum of RGB (Red+Green+Blue) = 229+192+124=545 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.02% from 545); Green value is 192 (75.39% from 255 or 35.23% from 545); Blue value is 124 (48.83% from 255 or 22.75% from 545); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C07C is #1A3F83. Grayscale: #C3C3C3. Windows color (decimal): -1720196 or 8175845. OLE color: 8175845.
HSL color Cylindrical-coordinate representation of color #E5C07C: hue angle of 38.86º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E5C07C is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 192 | 124 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.10 |
| HSL | 38.86º | 0.67% | 0.69% | - |
| HSV(B) | 38.86º | 0.46% | 0.9% | - |
| XYZ | 54.8 | 55.81 | 26.95 | - |
| YUV | 195.31 | 87.76 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 192 | 124 | 0 | 0.16 | 0.46 | 0.10 | 38.86 | 0.67 | 0.69 |
| Hex | E5 | C0 | 7C | 0 | 10 | 2E | A | 27 | 43 | 45 |
| Octal | 345 | 300 | 174 | 0 | 20 | 56 | 12 | 47 | 103 | 105 |
| Binary | 11100101 | 11000000 | 1111100 | 0 | 10000 | 101110 | 1010 | 100111 | 1000011 | 1000101 |
Color Harmonies of #E5C07C
Complementary color
Monochromatic Colors of #E5C07C
Black with #E5C07C
Text Example
Text Example
White with #E5C07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C07C; }
p { color: rgb(229,192,124); }
H1.HeaderClassName
{
color: #E5C07C;
}
.AnyTagClassName
{
color: #E5C07C;
}
</style>
background-color css
<style>
a { background-color: #E5C07C; }
a { background-color: rgb(229,192,124); }
div.DivClassName
{
background-color: #E5C07C;
}
.BgClassName
{
background-color: #E5C07C;
}
</style>
border-color css
<style>
span { border-color: #E5C07C; }
span { border-color: rgb(229,192,124); }
td.TdClassName
{
border-color: #E5C07C;
}
.TagClassName
{
border-color: #E5C07C;
}
</style>