Shades of Chalky #E0BD7E
Tints of Chalky #E0BD7E
RGB
CMYK
RGB Variations
Color information
#E0BD7E (or 0xE0BD7E) is known color: Chalky. HEX triplet: E0, BD and 7E. RGB value is (224,189,126). Sum of RGB (Red+Green+Blue) = 224+189+126=539 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.56% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 126 (49.61% from 255 or 23.38% from 539); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BD7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BD7E is #1F4281. Grayscale: #C0C0C0. Windows color (decimal): -2048642 or 8306144. OLE color: 8306144.
HSL color Cylindrical-coordinate representation of color #E0BD7E: hue angle of 38.57º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E0BD7E is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 189 | 126 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.12 |
| HSL | 38.57º | 0.61% | 0.69% | - |
| HSV(B) | 38.57º | 0.44% | 0.88% | - |
| XYZ | 52.7 | 53.75 | 27.34 | - |
| YUV | 192.28 | 90.6 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 189 | 126 | 0 | 0.16 | 0.44 | 0.12 | 38.57 | 0.61 | 0.69 |
| Hex | E0 | BD | 7E | 0 | 10 | 2C | C | 27 | 3D | 45 |
| Octal | 340 | 275 | 176 | 0 | 20 | 54 | 14 | 47 | 75 | 105 |
| Binary | 11100000 | 10111101 | 1111110 | 0 | 10000 | 101100 | 1100 | 100111 | 111101 | 1000101 |
Color Harmonies of #E0BD7E
Complementary color
Monochromatic Colors of #E0BD7E
Black with #E0BD7E
Text Example
Text Example
White with #E0BD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BD7E; }
p { color: rgb(224,189,126); }
H1.HeaderClassName
{
color: #E0BD7E;
}
.AnyTagClassName
{
color: #E0BD7E;
}
</style>
background-color css
<style>
a { background-color: #E0BD7E; }
a { background-color: rgb(224,189,126); }
div.DivClassName
{
background-color: #E0BD7E;
}
.BgClassName
{
background-color: #E0BD7E;
}
</style>
border-color css
<style>
span { border-color: #E0BD7E; }
span { border-color: rgb(224,189,126); }
td.TdClassName
{
border-color: #E0BD7E;
}
.TagClassName
{
border-color: #E0BD7E;
}
</style>