Shades of Chalky #E1C57D
Tints of Chalky #E1C57D
RGB
CMYK
RGB Variations
Color information
#E1C57D (or 0xE1C57D) is known color: Chalky. HEX triplet: E1, C5 and 7D. RGB value is (225,197,125). Sum of RGB (Red+Green+Blue) = 225+197+125=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 197 (77.34% from 255 or 36.01% from 547); Blue value is 125 (49.22% from 255 or 22.85% from 547); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C57D is #1E3A82. Grayscale: #C5C5C5. Windows color (decimal): -1981059 or 8242657. OLE color: 8242657.
HSL color Cylindrical-coordinate representation of color #E1C57D: hue angle of 43.2º degrees, saturation: 0.62, 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 #E1C57D is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 197 | 125 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.12 |
| HSL | 43.2º | 0.63% | 0.69% | - |
| HSV(B) | 43.2º | 0.44% | 0.88% | - |
| XYZ | 54.72 | 57.42 | 27.6 | - |
| YUV | 197.16 | 87.28 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 197 | 125 | 0 | 0.12 | 0.44 | 0.12 | 43.2 | 0.63 | 0.69 |
| Hex | E1 | C5 | 7D | 0 | C | 2C | C | 2B | 3E | 45 |
| Octal | 341 | 305 | 175 | 0 | 14 | 54 | 14 | 53 | 76 | 105 |
| Binary | 11100001 | 11000101 | 1111101 | 0 | 1100 | 101100 | 1100 | 101011 | 111110 | 1000101 |
Color Harmonies of #E1C57D
Complementary color
Monochromatic Colors of #E1C57D
Black with #E1C57D
Text Example
Text Example
White with #E1C57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C57D; }
p { color: rgb(225,197,125); }
H1.HeaderClassName
{
color: #E1C57D;
}
.AnyTagClassName
{
color: #E1C57D;
}
</style>
background-color css
<style>
a { background-color: #E1C57D; }
a { background-color: rgb(225,197,125); }
div.DivClassName
{
background-color: #E1C57D;
}
.BgClassName
{
background-color: #E1C57D;
}
</style>
border-color css
<style>
span { border-color: #E1C57D; }
span { border-color: rgb(225,197,125); }
td.TdClassName
{
border-color: #E1C57D;
}
.TagClassName
{
border-color: #E1C57D;
}
</style>