Shades of Chalky #E3C380
Tints of Chalky #E3C380
RGB
CMYK
RGB Variations
Color information
#E3C380 (or 0xE3C380) is known color: Chalky. HEX triplet: E3, C3 and 80. RGB value is (227,195,128). Sum of RGB (Red+Green+Blue) = 227+195+128=550 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.27% from 550); Green value is 195 (76.56% from 255 or 35.45% from 550); Blue value is 128 (50.39% from 255 or 23.27% from 550); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3C380 is #1C3C7F. Grayscale: #C5C5C5. Windows color (decimal): -1850496 or 8438755. OLE color: 8438755.
HSL color Cylindrical-coordinate representation of color #E3C380: hue angle of 40.61º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E3C380 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 195 | 128 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.11 |
| HSL | 40.61º | 0.64% | 0.7% | - |
| HSV(B) | 40.61º | 0.44% | 0.89% | - |
| XYZ | 55.09 | 56.92 | 28.51 | - |
| YUV | 196.93 | 89.1 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 195 | 128 | 0 | 0.14 | 0.44 | 0.11 | 40.61 | 0.64 | 0.7 |
| Hex | E3 | C3 | 80 | 0 | E | 2C | B | 29 | 40 | 46 |
| Octal | 343 | 303 | 200 | 0 | 16 | 54 | 13 | 51 | 100 | 106 |
| Binary | 11100011 | 11000011 | 10000000 | 0 | 1110 | 101100 | 1011 | 101001 | 1000000 | 1000110 |
Color Harmonies of #E3C380
Complementary color
Monochromatic Colors of #E3C380
Black with #E3C380
Text Example
Text Example
White with #E3C380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C380; }
p { color: rgb(227,195,128); }
H1.HeaderClassName
{
color: #E3C380;
}
.AnyTagClassName
{
color: #E3C380;
}
</style>
background-color css
<style>
a { background-color: #E3C380; }
a { background-color: rgb(227,195,128); }
div.DivClassName
{
background-color: #E3C380;
}
.BgClassName
{
background-color: #E3C380;
}
</style>
border-color css
<style>
span { border-color: #E3C380; }
span { border-color: rgb(227,195,128); }
td.TdClassName
{
border-color: #E3C380;
}
.TagClassName
{
border-color: #E3C380;
}
</style>