Shades of Chalky #E3C07F
Tints of Chalky #E3C07F
RGB
CMYK
RGB Variations
Color information
#E3C07F (or 0xE3C07F) is known color: Chalky. HEX triplet: E3, C0 and 7F. RGB value is (227,192,127). Sum of RGB (Red+Green+Blue) = 227+192+127=546 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.58% from 546); Green value is 192 (75.39% from 255 or 35.16% from 546); Blue value is 127 (50% from 255 or 23.26% from 546); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3C07F is #1C3F80. Grayscale: #C3C3C3. Windows color (decimal): -1851265 or 8372451. OLE color: 8372451.
HSL color Cylindrical-coordinate representation of color #E3C07F: hue angle of 39º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E3C07F is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 192 | 127 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.11 |
| HSL | 39º | 0.64% | 0.69% | - |
| HSV(B) | 39º | 0.44% | 0.89% | - |
| XYZ | 54.36 | 55.56 | 27.94 | - |
| YUV | 195.06 | 89.6 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 192 | 127 | 0 | 0.15 | 0.44 | 0.11 | 39 | 0.64 | 0.69 |
| Hex | E3 | C0 | 7F | 0 | F | 2C | B | 27 | 40 | 45 |
| Octal | 343 | 300 | 177 | 0 | 17 | 54 | 13 | 47 | 100 | 105 |
| Binary | 11100011 | 11000000 | 1111111 | 0 | 1111 | 101100 | 1011 | 100111 | 1000000 | 1000101 |
Color Harmonies of #E3C07F
Complementary color
Monochromatic Colors of #E3C07F
Black with #E3C07F
Text Example
Text Example
White with #E3C07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C07F; }
p { color: rgb(227,192,127); }
H1.HeaderClassName
{
color: #E3C07F;
}
.AnyTagClassName
{
color: #E3C07F;
}
</style>
background-color css
<style>
a { background-color: #E3C07F; }
a { background-color: rgb(227,192,127); }
div.DivClassName
{
background-color: #E3C07F;
}
.BgClassName
{
background-color: #E3C07F;
}
</style>
border-color css
<style>
span { border-color: #E3C07F; }
span { border-color: rgb(227,192,127); }
td.TdClassName
{
border-color: #E3C07F;
}
.TagClassName
{
border-color: #E3C07F;
}
</style>