Shades of Chalky #E6C078
Tints of Chalky #E6C078
RGB
CMYK
RGB Variations
Color information
#E6C078 (or 0xE6C078) is known color: Chalky. HEX triplet: E6, C0 and 78. RGB value is (230,192,120). Sum of RGB (Red+Green+Blue) = 230+192+120=542 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.44% from 542); Green value is 192 (75.39% from 255 or 35.42% from 542); Blue value is 120 (47.27% from 255 or 22.14% from 542); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C078 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C078 is #193F87. Grayscale: #C3C3C3. Windows color (decimal): -1654664 or 7913702. OLE color: 7913702.
HSL color Cylindrical-coordinate representation of color #E6C078: hue angle of 39.27º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E6C078 is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 192 | 120 | - |
| CMYK | 0 | 0.17 | 0.48 | 0.10 |
| HSL | 39.27º | 0.69% | 0.69% | - |
| HSV(B) | 39.27º | 0.48% | 0.9% | - |
| XYZ | 54.87 | 55.88 | 25.66 | - |
| YUV | 195.15 | 85.59 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 192 | 120 | 0 | 0.17 | 0.48 | 0.10 | 39.27 | 0.69 | 0.69 |
| Hex | E6 | C0 | 78 | 0 | 11 | 30 | A | 27 | 45 | 45 |
| Octal | 346 | 300 | 170 | 0 | 21 | 60 | 12 | 47 | 105 | 105 |
| Binary | 11100110 | 11000000 | 1111000 | 0 | 10001 | 110000 | 1010 | 100111 | 1000101 | 1000101 |
Color Harmonies of #E6C078
Complementary color
Monochromatic Colors of #E6C078
Black with #E6C078
Text Example
Text Example
White with #E6C078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C078; }
p { color: rgb(230,192,120); }
H1.HeaderClassName
{
color: #E6C078;
}
.AnyTagClassName
{
color: #E6C078;
}
</style>
background-color css
<style>
a { background-color: #E6C078; }
a { background-color: rgb(230,192,120); }
div.DivClassName
{
background-color: #E6C078;
}
.BgClassName
{
background-color: #E6C078;
}
</style>
border-color css
<style>
span { border-color: #E6C078; }
span { border-color: rgb(230,192,120); }
td.TdClassName
{
border-color: #E6C078;
}
.TagClassName
{
border-color: #E6C078;
}
</style>