Shades of Chalky #E2BD7A
Tints of Chalky #E2BD7A
RGB
CMYK
RGB Variations
Color information
#E2BD7A (or 0xE2BD7A) is known color: Chalky. HEX triplet: E2, BD and 7A. RGB value is (226,189,122). Sum of RGB (Red+Green+Blue) = 226+189+122=537 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.09% from 537); Green value is 189 (74.22% from 255 or 35.20% from 537); Blue value is 122 (48.05% from 255 or 22.72% from 537); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BD7A is #1D4285. Grayscale: #C0C0C0. Windows color (decimal): -1917574 or 8044002. OLE color: 8044002.
HSL color Cylindrical-coordinate representation of color #E2BD7A: hue angle of 38.65º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E2BD7A is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 189 | 122 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.11 |
| HSL | 38.65º | 0.64% | 0.68% | - |
| HSV(B) | 38.65º | 0.46% | 0.89% | - |
| XYZ | 53.07 | 53.97 | 26.03 | - |
| YUV | 192.43 | 88.26 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 189 | 122 | 0 | 0.16 | 0.46 | 0.11 | 38.65 | 0.64 | 0.68 |
| Hex | E2 | BD | 7A | 0 | 10 | 2E | B | 27 | 40 | 44 |
| Octal | 342 | 275 | 172 | 0 | 20 | 56 | 13 | 47 | 100 | 104 |
| Binary | 11100010 | 10111101 | 1111010 | 0 | 10000 | 101110 | 1011 | 100111 | 1000000 | 1000100 |
Color Harmonies of #E2BD7A
Complementary color
Monochromatic Colors of #E2BD7A
Black with #E2BD7A
Text Example
Text Example
White with #E2BD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BD7A; }
p { color: rgb(226,189,122); }
H1.HeaderClassName
{
color: #E2BD7A;
}
.AnyTagClassName
{
color: #E2BD7A;
}
</style>
background-color css
<style>
a { background-color: #E2BD7A; }
a { background-color: rgb(226,189,122); }
div.DivClassName
{
background-color: #E2BD7A;
}
.BgClassName
{
background-color: #E2BD7A;
}
</style>
border-color css
<style>
span { border-color: #E2BD7A; }
span { border-color: rgb(226,189,122); }
td.TdClassName
{
border-color: #E2BD7A;
}
.TagClassName
{
border-color: #E2BD7A;
}
</style>