Shades of Chalky #E1C681
Tints of Chalky #E1C681
RGB
CMYK
RGB Variations
Color information
#E1C681 (or 0xE1C681) is known color: Chalky. HEX triplet: E1, C6 and 81. RGB value is (225,198,129). Sum of RGB (Red+Green+Blue) = 225+198+129=552 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.76% from 552); Green value is 198 (77.73% from 255 or 35.87% from 552); Blue value is 129 (50.78% from 255 or 23.37% from 552); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C681 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C681 is #1E397E. Grayscale: #C6C6C6. Windows color (decimal): -1980799 or 8505057. OLE color: 8505057.
HSL color Cylindrical-coordinate representation of color #E1C681: hue angle of 43.12º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E1C681 is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 198 | 129 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.12 |
| HSL | 43.13º | 0.62% | 0.69% | - |
| HSV(B) | 43.13º | 0.43% | 0.88% | - |
| XYZ | 55.21 | 57.98 | 29.05 | - |
| YUV | 198.21 | 88.95 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 198 | 129 | 0 | 0.12 | 0.43 | 0.12 | 43.13 | 0.62 | 0.69 |
| Hex | E1 | C6 | 81 | 0 | C | 2B | C | 2B | 3E | 45 |
| Octal | 341 | 306 | 201 | 0 | 14 | 53 | 14 | 53 | 76 | 105 |
| Binary | 11100001 | 11000110 | 10000001 | 0 | 1100 | 101011 | 1100 | 101011 | 111110 | 1000101 |
Color Harmonies of #E1C681
Complementary color
Monochromatic Colors of #E1C681
Black with #E1C681
Text Example
Text Example
White with #E1C681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C681; }
p { color: rgb(225,198,129); }
H1.HeaderClassName
{
color: #E1C681;
}
.AnyTagClassName
{
color: #E1C681;
}
</style>
background-color css
<style>
a { background-color: #E1C681; }
a { background-color: rgb(225,198,129); }
div.DivClassName
{
background-color: #E1C681;
}
.BgClassName
{
background-color: #E1C681;
}
</style>
border-color css
<style>
span { border-color: #E1C681; }
span { border-color: rgb(225,198,129); }
td.TdClassName
{
border-color: #E1C681;
}
.TagClassName
{
border-color: #E1C681;
}
</style>