Shades of Chalky #E1C07B
Tints of Chalky #E1C07B
RGB
CMYK
RGB Variations
Color information
#E1C07B (or 0xE1C07B) is known color: Chalky. HEX triplet: E1, C0 and 7B. RGB value is (225,192,123). Sum of RGB (Red+Green+Blue) = 225+192+123=540 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.67% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 123 (48.44% from 255 or 22.78% from 540); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C07B is #1E3F84. Grayscale: #C2C2C2. Windows color (decimal): -1982341 or 8110305. OLE color: 8110305.
HSL color Cylindrical-coordinate representation of color #E1C07B: hue angle of 40.59º 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 #E1C07B is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 192 | 123 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.12 |
| HSL | 40.59º | 0.63% | 0.68% | - |
| HSV(B) | 40.59º | 0.45% | 0.88% | - |
| XYZ | 53.48 | 55.14 | 26.56 | - |
| YUV | 194 | 87.93 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 192 | 123 | 0 | 0.15 | 0.45 | 0.12 | 40.59 | 0.63 | 0.68 |
| Hex | E1 | C0 | 7B | 0 | F | 2D | C | 29 | 3F | 44 |
| Octal | 341 | 300 | 173 | 0 | 17 | 55 | 14 | 51 | 77 | 104 |
| Binary | 11100001 | 11000000 | 1111011 | 0 | 1111 | 101101 | 1100 | 101001 | 111111 | 1000100 |
Color Harmonies of #E1C07B
Complementary color
Monochromatic Colors of #E1C07B
Black with #E1C07B
Text Example
Text Example
White with #E1C07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C07B; }
p { color: rgb(225,192,123); }
H1.HeaderClassName
{
color: #E1C07B;
}
.AnyTagClassName
{
color: #E1C07B;
}
</style>
background-color css
<style>
a { background-color: #E1C07B; }
a { background-color: rgb(225,192,123); }
div.DivClassName
{
background-color: #E1C07B;
}
.BgClassName
{
background-color: #E1C07B;
}
</style>
border-color css
<style>
span { border-color: #E1C07B; }
span { border-color: rgb(225,192,123); }
td.TdClassName
{
border-color: #E1C07B;
}
.TagClassName
{
border-color: #E1C07B;
}
</style>