Shades of Chalky #E3C078
Tints of Chalky #E3C078
RGB
CMYK
RGB Variations
Color information
#E3C078 (or 0xE3C078) is known color: Chalky. HEX triplet: E3, C0 and 78. RGB value is (227,192,120). Sum of RGB (Red+Green+Blue) = 227+192+120=539 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.12% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 120 (47.27% from 255 or 22.26% from 539); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3C078 is #1C3F87. Grayscale: #C2C2C2. Windows color (decimal): -1851272 or 7913699. OLE color: 7913699.
HSL color Cylindrical-coordinate representation of color #E3C078: hue angle of 40.37º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E3C078 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 192 | 120 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.11 |
| HSL | 40.37º | 0.66% | 0.68% | - |
| HSV(B) | 40.37º | 0.47% | 0.89% | - |
| XYZ | 53.92 | 55.39 | 25.62 | - |
| YUV | 194.26 | 86.1 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 192 | 120 | 0 | 0.15 | 0.47 | 0.11 | 40.37 | 0.66 | 0.68 |
| Hex | E3 | C0 | 78 | 0 | F | 2F | B | 28 | 42 | 44 |
| Octal | 343 | 300 | 170 | 0 | 17 | 57 | 13 | 50 | 102 | 104 |
| Binary | 11100011 | 11000000 | 1111000 | 0 | 1111 | 101111 | 1011 | 101000 | 1000010 | 1000100 |
Color Harmonies of #E3C078
Complementary color
Monochromatic Colors of #E3C078
Black with #E3C078
Text Example
Text Example
White with #E3C078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C078; }
p { color: rgb(227,192,120); }
H1.HeaderClassName
{
color: #E3C078;
}
.AnyTagClassName
{
color: #E3C078;
}
</style>
background-color css
<style>
a { background-color: #E3C078; }
a { background-color: rgb(227,192,120); }
div.DivClassName
{
background-color: #E3C078;
}
.BgClassName
{
background-color: #E3C078;
}
</style>
border-color css
<style>
span { border-color: #E3C078; }
span { border-color: rgb(227,192,120); }
td.TdClassName
{
border-color: #E3C078;
}
.TagClassName
{
border-color: #E3C078;
}
</style>