Shades of Chalky #E0C07D
Tints of Chalky #E0C07D
RGB
CMYK
RGB Variations
Color information
#E0C07D (or 0xE0C07D) is known color: Chalky. HEX triplet: E0, C0 and 7D. RGB value is (224,192,125). Sum of RGB (Red+Green+Blue) = 224+192+125=541 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.40% from 541); Green value is 192 (75.39% from 255 or 35.49% from 541); Blue value is 125 (49.22% from 255 or 23.11% from 541); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C07D is #1F3F82. Grayscale: #C2C2C2. Windows color (decimal): -2047875 or 8241376. OLE color: 8241376.
HSL color Cylindrical-coordinate representation of color #E0C07D: hue angle of 40.61º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E0C07D is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 192 | 125 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.12 |
| HSL | 40.61º | 0.61% | 0.68% | - |
| HSV(B) | 40.61º | 0.44% | 0.88% | - |
| XYZ | 53.29 | 55.03 | 27.21 | - |
| YUV | 193.93 | 89.1 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 192 | 125 | 0 | 0.14 | 0.44 | 0.12 | 40.61 | 0.61 | 0.68 |
| Hex | E0 | C0 | 7D | 0 | E | 2C | C | 29 | 3D | 44 |
| Octal | 340 | 300 | 175 | 0 | 16 | 54 | 14 | 51 | 75 | 104 |
| Binary | 11100000 | 11000000 | 1111101 | 0 | 1110 | 101100 | 1100 | 101001 | 111101 | 1000100 |
Color Harmonies of #E0C07D
Complementary color
Monochromatic Colors of #E0C07D
Black with #E0C07D
Text Example
Text Example
White with #E0C07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C07D; }
p { color: rgb(224,192,125); }
H1.HeaderClassName
{
color: #E0C07D;
}
.AnyTagClassName
{
color: #E0C07D;
}
</style>
background-color css
<style>
a { background-color: #E0C07D; }
a { background-color: rgb(224,192,125); }
div.DivClassName
{
background-color: #E0C07D;
}
.BgClassName
{
background-color: #E0C07D;
}
</style>
border-color css
<style>
span { border-color: #E0C07D; }
span { border-color: rgb(224,192,125); }
td.TdClassName
{
border-color: #E0C07D;
}
.TagClassName
{
border-color: #E0C07D;
}
</style>