Shades of Chalky #E0C67E
Tints of Chalky #E0C67E
RGB
CMYK
RGB Variations
Color information
#E0C67E (or 0xE0C67E) is known color: Chalky. HEX triplet: E0, C6 and 7E. RGB value is (224,198,126). Sum of RGB (Red+Green+Blue) = 224+198+126=548 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.88% from 548); Green value is 198 (77.73% from 255 or 36.13% from 548); Blue value is 126 (49.61% from 255 or 22.99% from 548); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C67E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C67E is #1F3981. Grayscale: #C5C5C5. Windows color (decimal): -2046338 or 8308448. OLE color: 8308448.
HSL color Cylindrical-coordinate representation of color #E0C67E: hue angle of 44.08º 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 #E0C67E is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 198 | 126 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.12 |
| HSL | 44.08º | 0.61% | 0.69% | - |
| HSV(B) | 44.08º | 0.44% | 0.88% | - |
| XYZ | 54.7 | 57.74 | 28 | - |
| YUV | 197.57 | 87.61 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 198 | 126 | 0 | 0.12 | 0.44 | 0.12 | 44.08 | 0.61 | 0.69 |
| Hex | E0 | C6 | 7E | 0 | C | 2C | C | 2C | 3D | 45 |
| Octal | 340 | 306 | 176 | 0 | 14 | 54 | 14 | 54 | 75 | 105 |
| Binary | 11100000 | 11000110 | 1111110 | 0 | 1100 | 101100 | 1100 | 101100 | 111101 | 1000101 |
Color Harmonies of #E0C67E
Complementary color
Monochromatic Colors of #E0C67E
Black with #E0C67E
Text Example
Text Example
White with #E0C67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C67E; }
p { color: rgb(224,198,126); }
H1.HeaderClassName
{
color: #E0C67E;
}
.AnyTagClassName
{
color: #E0C67E;
}
</style>
background-color css
<style>
a { background-color: #E0C67E; }
a { background-color: rgb(224,198,126); }
div.DivClassName
{
background-color: #E0C67E;
}
.BgClassName
{
background-color: #E0C67E;
}
</style>
border-color css
<style>
span { border-color: #E0C67E; }
span { border-color: rgb(224,198,126); }
td.TdClassName
{
border-color: #E0C67E;
}
.TagClassName
{
border-color: #E0C67E;
}
</style>