Shades of Chalky #E1BE81
Tints of Chalky #E1BE81
RGB
CMYK
RGB Variations
Color information
#E1BE81 (or 0xE1BE81) is known color: Chalky. HEX triplet: E1, BE and 81. RGB value is (225,190,129). Sum of RGB (Red+Green+Blue) = 225+190+129=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 190 (74.61% from 255 or 34.93% from 544); Blue value is 129 (50.78% from 255 or 23.71% from 544); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BE81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BE81 is #1E417E. Grayscale: #C1C1C1. Windows color (decimal): -1982847 or 8503009. OLE color: 8503009.
HSL color Cylindrical-coordinate representation of color #E1BE81: hue angle of 38.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 #E1BE81 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 190 | 129 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.12 |
| HSL | 38.13º | 0.62% | 0.69% | - |
| HSV(B) | 38.13º | 0.43% | 0.88% | - |
| XYZ | 53.43 | 54.42 | 28.46 | - |
| YUV | 193.51 | 91.6 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 190 | 129 | 0 | 0.16 | 0.43 | 0.12 | 38.13 | 0.62 | 0.69 |
| Hex | E1 | BE | 81 | 0 | 10 | 2B | C | 26 | 3E | 45 |
| Octal | 341 | 276 | 201 | 0 | 20 | 53 | 14 | 46 | 76 | 105 |
| Binary | 11100001 | 10111110 | 10000001 | 0 | 10000 | 101011 | 1100 | 100110 | 111110 | 1000101 |
Color Harmonies of #E1BE81
Complementary color
Monochromatic Colors of #E1BE81
Black with #E1BE81
Text Example
Text Example
White with #E1BE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BE81; }
p { color: rgb(225,190,129); }
H1.HeaderClassName
{
color: #E1BE81;
}
.AnyTagClassName
{
color: #E1BE81;
}
</style>
background-color css
<style>
a { background-color: #E1BE81; }
a { background-color: rgb(225,190,129); }
div.DivClassName
{
background-color: #E1BE81;
}
.BgClassName
{
background-color: #E1BE81;
}
</style>
border-color css
<style>
span { border-color: #E1BE81; }
span { border-color: rgb(225,190,129); }
td.TdClassName
{
border-color: #E1BE81;
}
.TagClassName
{
border-color: #E1BE81;
}
</style>