Shades of Chalky #E6C077
Tints of Chalky #E6C077
RGB
CMYK
RGB Variations
Color information
#E6C077 (or 0xE6C077) is known color: Chalky. HEX triplet: E6, C0 and 77. RGB value is (230,192,119). Sum of RGB (Red+Green+Blue) = 230+192+119=541 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.51% from 541); Green value is 192 (75.39% from 255 or 35.49% from 541); Blue value is 119 (46.88% from 255 or 22.00% from 541); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C077 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C077 is #193F88. Grayscale: #C3C3C3. Windows color (decimal): -1654665 or 7848166. OLE color: 7848166.
HSL color Cylindrical-coordinate representation of color #E6C077: hue angle of 39.46º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E6C077 is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 192 | 119 | - |
| CMYK | 0 | 0.17 | 0.48 | 0.10 |
| HSL | 39.46º | 0.69% | 0.68% | - |
| HSV(B) | 39.46º | 0.48% | 0.9% | - |
| XYZ | 54.81 | 55.85 | 25.34 | - |
| YUV | 195.04 | 85.09 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 192 | 119 | 0 | 0.17 | 0.48 | 0.10 | 39.46 | 0.69 | 0.68 |
| Hex | E6 | C0 | 77 | 0 | 11 | 30 | A | 27 | 45 | 44 |
| Octal | 346 | 300 | 167 | 0 | 21 | 60 | 12 | 47 | 105 | 104 |
| Binary | 11100110 | 11000000 | 1110111 | 0 | 10001 | 110000 | 1010 | 100111 | 1000101 | 1000100 |
Color Harmonies of #E6C077
Complementary color
Monochromatic Colors of #E6C077
Black with #E6C077
Text Example
Text Example
White with #E6C077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C077; }
p { color: rgb(230,192,119); }
H1.HeaderClassName
{
color: #E6C077;
}
.AnyTagClassName
{
color: #E6C077;
}
</style>
background-color css
<style>
a { background-color: #E6C077; }
a { background-color: rgb(230,192,119); }
div.DivClassName
{
background-color: #E6C077;
}
.BgClassName
{
background-color: #E6C077;
}
</style>
border-color css
<style>
span { border-color: #E6C077; }
span { border-color: rgb(230,192,119); }
td.TdClassName
{
border-color: #E6C077;
}
.TagClassName
{
border-color: #E6C077;
}
</style>