Shades of Chalky #E0BC7B
Tints of Chalky #E0BC7B
RGB
CMYK
RGB Variations
Color information
#E0BC7B (or 0xE0BC7B) is known color: Chalky. HEX triplet: E0, BC and 7B. RGB value is (224,188,123). Sum of RGB (Red+Green+Blue) = 224+188+123=535 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.87% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 123 (48.44% from 255 or 22.99% from 535); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BC7B is #1F4384. Grayscale: #BFBFBF. Windows color (decimal): -2048901 or 8109280. OLE color: 8109280.
HSL color Cylindrical-coordinate representation of color #E0BC7B: hue angle of 38.61º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E0BC7B is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 188 | 123 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.12 |
| HSL | 38.61º | 0.62% | 0.68% | - |
| HSV(B) | 38.61º | 0.45% | 0.88% | - |
| XYZ | 52.3 | 53.24 | 26.26 | - |
| YUV | 191.35 | 89.43 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 188 | 123 | 0 | 0.16 | 0.45 | 0.12 | 38.61 | 0.62 | 0.68 |
| Hex | E0 | BC | 7B | 0 | 10 | 2D | C | 27 | 3E | 44 |
| Octal | 340 | 274 | 173 | 0 | 20 | 55 | 14 | 47 | 76 | 104 |
| Binary | 11100000 | 10111100 | 1111011 | 0 | 10000 | 101101 | 1100 | 100111 | 111110 | 1000100 |
Color Harmonies of #E0BC7B
Complementary color
Monochromatic Colors of #E0BC7B
Black with #E0BC7B
Text Example
Text Example
White with #E0BC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BC7B; }
p { color: rgb(224,188,123); }
H1.HeaderClassName
{
color: #E0BC7B;
}
.AnyTagClassName
{
color: #E0BC7B;
}
</style>
background-color css
<style>
a { background-color: #E0BC7B; }
a { background-color: rgb(224,188,123); }
div.DivClassName
{
background-color: #E0BC7B;
}
.BgClassName
{
background-color: #E0BC7B;
}
</style>
border-color css
<style>
span { border-color: #E0BC7B; }
span { border-color: rgb(224,188,123); }
td.TdClassName
{
border-color: #E0BC7B;
}
.TagClassName
{
border-color: #E0BC7B;
}
</style>