Shades of Chalky #E1BD77
Tints of Chalky #E1BD77
RGB
CMYK
RGB Variations
Color information
#E1BD77 (or 0xE1BD77) is known color: Chalky. HEX triplet: E1, BD and 77. RGB value is (225,189,119). Sum of RGB (Red+Green+Blue) = 225+189+119=533 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.21% from 533); Green value is 189 (74.22% from 255 or 35.46% from 533); Blue value is 119 (46.88% from 255 or 22.33% from 533); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BD77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BD77 is #1E4288. Grayscale: #C0C0C0. Windows color (decimal): -1983113 or 7847393. OLE color: 7847393.
HSL color Cylindrical-coordinate representation of color #E1BD77: hue angle of 39.62º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E1BD77 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 189 | 119 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.12 |
| HSL | 39.62º | 0.64% | 0.67% | - |
| HSV(B) | 39.62º | 0.47% | 0.88% | - |
| XYZ | 52.58 | 53.73 | 25.05 | - |
| YUV | 191.78 | 86.93 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 189 | 119 | 0 | 0.16 | 0.47 | 0.12 | 39.62 | 0.64 | 0.67 |
| Hex | E1 | BD | 77 | 0 | 10 | 2F | C | 28 | 40 | 43 |
| Octal | 341 | 275 | 167 | 0 | 20 | 57 | 14 | 50 | 100 | 103 |
| Binary | 11100001 | 10111101 | 1110111 | 0 | 10000 | 101111 | 1100 | 101000 | 1000000 | 1000011 |
Color Harmonies of #E1BD77
Complementary color
Monochromatic Colors of #E1BD77
Black with #E1BD77
Text Example
Text Example
White with #E1BD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BD77; }
p { color: rgb(225,189,119); }
H1.HeaderClassName
{
color: #E1BD77;
}
.AnyTagClassName
{
color: #E1BD77;
}
</style>
background-color css
<style>
a { background-color: #E1BD77; }
a { background-color: rgb(225,189,119); }
div.DivClassName
{
background-color: #E1BD77;
}
.BgClassName
{
background-color: #E1BD77;
}
</style>
border-color css
<style>
span { border-color: #E1BD77; }
span { border-color: rgb(225,189,119); }
td.TdClassName
{
border-color: #E1BD77;
}
.TagClassName
{
border-color: #E1BD77;
}
</style>