Shades of Chalky #E0C07E
Tints of Chalky #E0C07E
RGB
CMYK
RGB Variations
Color information
#E0C07E (or 0xE0C07E) is known color: Chalky. HEX triplet: E0, C0 and 7E. RGB value is (224,192,126). Sum of RGB (Red+Green+Blue) = 224+192+126=542 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.33% from 542); Green value is 192 (75.39% from 255 or 35.42% from 542); Blue value is 126 (49.61% from 255 or 23.25% from 542); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C07E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C07E is #1F3F81. Grayscale: #C2C2C2. Windows color (decimal): -2047874 or 8306912. OLE color: 8306912.
HSL color Cylindrical-coordinate representation of color #E0C07E: hue angle of 40.41º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E0C07E is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 192 | 126 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.12 |
| HSL | 40.41º | 0.61% | 0.69% | - |
| HSV(B) | 40.41º | 0.44% | 0.88% | - |
| XYZ | 53.36 | 55.05 | 27.55 | - |
| YUV | 194.04 | 89.6 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 192 | 126 | 0 | 0.14 | 0.44 | 0.12 | 40.41 | 0.61 | 0.69 |
| Hex | E0 | C0 | 7E | 0 | E | 2C | C | 28 | 3D | 45 |
| Octal | 340 | 300 | 176 | 0 | 16 | 54 | 14 | 50 | 75 | 105 |
| Binary | 11100000 | 11000000 | 1111110 | 0 | 1110 | 101100 | 1100 | 101000 | 111101 | 1000101 |
Color Harmonies of #E0C07E
Complementary color
Monochromatic Colors of #E0C07E
Black with #E0C07E
Text Example
Text Example
White with #E0C07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C07E; }
p { color: rgb(224,192,126); }
H1.HeaderClassName
{
color: #E0C07E;
}
.AnyTagClassName
{
color: #E0C07E;
}
</style>
background-color css
<style>
a { background-color: #E0C07E; }
a { background-color: rgb(224,192,126); }
div.DivClassName
{
background-color: #E0C07E;
}
.BgClassName
{
background-color: #E0C07E;
}
</style>
border-color css
<style>
span { border-color: #E0C07E; }
span { border-color: rgb(224,192,126); }
td.TdClassName
{
border-color: #E0C07E;
}
.TagClassName
{
border-color: #E0C07E;
}
</style>