Shades of Chalky #E4C07C
Tints of Chalky #E4C07C
RGB
CMYK
RGB Variations
Color information
#E4C07C (or 0xE4C07C) is known color: Chalky. HEX triplet: E4, C0 and 7C. RGB value is (228,192,124). Sum of RGB (Red+Green+Blue) = 228+192+124=544 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.91% from 544); Green value is 192 (75.39% from 255 or 35.29% from 544); Blue value is 124 (48.83% from 255 or 22.79% from 544); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4C07C is #1B3F83. Grayscale: #C3C3C3. Windows color (decimal): -1785732 or 8175844. OLE color: 8175844.
HSL color Cylindrical-coordinate representation of color #E4C07C: hue angle of 39.23º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E4C07C is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 192 | 124 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.11 |
| HSL | 39.23º | 0.66% | 0.69% | - |
| HSV(B) | 39.23º | 0.46% | 0.89% | - |
| XYZ | 54.48 | 55.65 | 26.94 | - |
| YUV | 195.01 | 87.93 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 192 | 124 | 0 | 0.16 | 0.46 | 0.11 | 39.23 | 0.66 | 0.69 |
| Hex | E4 | C0 | 7C | 0 | 10 | 2E | B | 27 | 42 | 45 |
| Octal | 344 | 300 | 174 | 0 | 20 | 56 | 13 | 47 | 102 | 105 |
| Binary | 11100100 | 11000000 | 1111100 | 0 | 10000 | 101110 | 1011 | 100111 | 1000010 | 1000101 |
Color Harmonies of #E4C07C
Complementary color
Monochromatic Colors of #E4C07C
Black with #E4C07C
Text Example
Text Example
White with #E4C07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C07C; }
p { color: rgb(228,192,124); }
H1.HeaderClassName
{
color: #E4C07C;
}
.AnyTagClassName
{
color: #E4C07C;
}
</style>
background-color css
<style>
a { background-color: #E4C07C; }
a { background-color: rgb(228,192,124); }
div.DivClassName
{
background-color: #E4C07C;
}
.BgClassName
{
background-color: #E4C07C;
}
</style>
border-color css
<style>
span { border-color: #E4C07C; }
span { border-color: rgb(228,192,124); }
td.TdClassName
{
border-color: #E4C07C;
}
.TagClassName
{
border-color: #E4C07C;
}
</style>