Shades of Chalky #E0BE7E
Tints of Chalky #E0BE7E
RGB
CMYK
RGB Variations
Color information
#E0BE7E (or 0xE0BE7E) is known color: Chalky. HEX triplet: E0, BE and 7E. RGB value is (224,190,126). Sum of RGB (Red+Green+Blue) = 224+190+126=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 190 (74.61% from 255 or 35.19% from 540); Blue value is 126 (49.61% from 255 or 23.33% from 540); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BE7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BE7E is #1F4181. Grayscale: #C1C1C1. Windows color (decimal): -2048386 or 8306400. OLE color: 8306400.
HSL color Cylindrical-coordinate representation of color #E0BE7E: hue angle of 39.18º 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 #E0BE7E is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 190 | 126 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.12 |
| HSL | 39.18º | 0.61% | 0.69% | - |
| HSV(B) | 39.18º | 0.44% | 0.88% | - |
| XYZ | 52.92 | 54.18 | 27.41 | - |
| YUV | 192.87 | 90.26 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 190 | 126 | 0 | 0.15 | 0.44 | 0.12 | 39.18 | 0.61 | 0.69 |
| Hex | E0 | BE | 7E | 0 | F | 2C | C | 27 | 3D | 45 |
| Octal | 340 | 276 | 176 | 0 | 17 | 54 | 14 | 47 | 75 | 105 |
| Binary | 11100000 | 10111110 | 1111110 | 0 | 1111 | 101100 | 1100 | 100111 | 111101 | 1000101 |
Color Harmonies of #E0BE7E
Complementary color
Monochromatic Colors of #E0BE7E
Black with #E0BE7E
Text Example
Text Example
White with #E0BE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BE7E; }
p { color: rgb(224,190,126); }
H1.HeaderClassName
{
color: #E0BE7E;
}
.AnyTagClassName
{
color: #E0BE7E;
}
</style>
background-color css
<style>
a { background-color: #E0BE7E; }
a { background-color: rgb(224,190,126); }
div.DivClassName
{
background-color: #E0BE7E;
}
.BgClassName
{
background-color: #E0BE7E;
}
</style>
border-color css
<style>
span { border-color: #E0BE7E; }
span { border-color: rgb(224,190,126); }
td.TdClassName
{
border-color: #E0BE7E;
}
.TagClassName
{
border-color: #E0BE7E;
}
</style>