Shades of Chalky #E1C37F
Tints of Chalky #E1C37F
RGB
CMYK
RGB Variations
Color information
#E1C37F (or 0xE1C37F) is known color: Chalky. HEX triplet: E1, C3 and 7F. RGB value is (225,195,127). Sum of RGB (Red+Green+Blue) = 225+195+127=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 195 (76.56% from 255 or 35.65% from 547); Blue value is 127 (50% from 255 or 23.22% from 547); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C37F is #1E3C80. Grayscale: #C4C4C4. Windows color (decimal): -1981569 or 8373217. OLE color: 8373217.
HSL color Cylindrical-coordinate representation of color #E1C37F: hue angle of 41.63º 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 #E1C37F is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 195 | 127 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.12 |
| HSL | 41.63º | 0.62% | 0.69% | - |
| HSV(B) | 41.63º | 0.44% | 0.88% | - |
| XYZ | 54.4 | 56.57 | 28.13 | - |
| YUV | 196.22 | 88.94 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 195 | 127 | 0 | 0.13 | 0.44 | 0.12 | 41.63 | 0.62 | 0.69 |
| Hex | E1 | C3 | 7F | 0 | D | 2C | C | 2A | 3E | 45 |
| Octal | 341 | 303 | 177 | 0 | 15 | 54 | 14 | 52 | 76 | 105 |
| Binary | 11100001 | 11000011 | 1111111 | 0 | 1101 | 101100 | 1100 | 101010 | 111110 | 1000101 |
Color Harmonies of #E1C37F
Complementary color
Monochromatic Colors of #E1C37F
Black with #E1C37F
Text Example
Text Example
White with #E1C37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C37F; }
p { color: rgb(225,195,127); }
H1.HeaderClassName
{
color: #E1C37F;
}
.AnyTagClassName
{
color: #E1C37F;
}
</style>
background-color css
<style>
a { background-color: #E1C37F; }
a { background-color: rgb(225,195,127); }
div.DivClassName
{
background-color: #E1C37F;
}
.BgClassName
{
background-color: #E1C37F;
}
</style>
border-color css
<style>
span { border-color: #E1C37F; }
span { border-color: rgb(225,195,127); }
td.TdClassName
{
border-color: #E1C37F;
}
.TagClassName
{
border-color: #E1C37F;
}
</style>