Shades of Chalky #E1C27C
Tints of Chalky #E1C27C
RGB
CMYK
RGB Variations
Color information
#E1C27C (or 0xE1C27C) is known color: Chalky. HEX triplet: E1, C2 and 7C. RGB value is (225,194,124). Sum of RGB (Red+Green+Blue) = 225+194+124=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 194 (76.17% from 255 or 35.73% from 543); Blue value is 124 (48.83% from 255 or 22.84% from 543); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C27C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C27C is #1E3D83. Grayscale: #C3C3C3. Windows color (decimal): -1981828 or 8176353. OLE color: 8176353.
HSL color Cylindrical-coordinate representation of color #E1C27C: hue angle of 41.58º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E1C27C is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 194 | 124 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.12 |
| HSL | 41.58º | 0.63% | 0.68% | - |
| HSV(B) | 41.58º | 0.45% | 0.88% | - |
| XYZ | 53.98 | 56.05 | 27.04 | - |
| YUV | 195.29 | 87.77 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 194 | 124 | 0 | 0.14 | 0.45 | 0.12 | 41.58 | 0.63 | 0.68 |
| Hex | E1 | C2 | 7C | 0 | E | 2D | C | 2A | 3F | 44 |
| Octal | 341 | 302 | 174 | 0 | 16 | 55 | 14 | 52 | 77 | 104 |
| Binary | 11100001 | 11000010 | 1111100 | 0 | 1110 | 101101 | 1100 | 101010 | 111111 | 1000100 |
Color Harmonies of #E1C27C
Complementary color
Monochromatic Colors of #E1C27C
Black with #E1C27C
Text Example
Text Example
White with #E1C27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C27C; }
p { color: rgb(225,194,124); }
H1.HeaderClassName
{
color: #E1C27C;
}
.AnyTagClassName
{
color: #E1C27C;
}
</style>
background-color css
<style>
a { background-color: #E1C27C; }
a { background-color: rgb(225,194,124); }
div.DivClassName
{
background-color: #E1C27C;
}
.BgClassName
{
background-color: #E1C27C;
}
</style>
border-color css
<style>
span { border-color: #E1C27C; }
span { border-color: rgb(225,194,124); }
td.TdClassName
{
border-color: #E1C27C;
}
.TagClassName
{
border-color: #E1C27C;
}
</style>