Shades of Chalky #E3BF7B
Tints of Chalky #E3BF7B
RGB
CMYK
RGB Variations
Color information
#E3BF7B (or 0xE3BF7B) is known color: Chalky. HEX triplet: E3, BF and 7B. RGB value is (227,191,123). Sum of RGB (Red+Green+Blue) = 227+191+123=541 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.96% from 541); Green value is 191 (75% from 255 or 35.30% from 541); Blue value is 123 (48.44% from 255 or 22.74% from 541); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3BF7B is #1C4084. Grayscale: #C2C2C2. Windows color (decimal): -1851525 or 8110051. OLE color: 8110051.
HSL color Cylindrical-coordinate representation of color #E3BF7B: hue angle of 39.23º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E3BF7B is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 191 | 123 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.11 |
| HSL | 39.23º | 0.65% | 0.69% | - |
| HSV(B) | 39.23º | 0.46% | 0.89% | - |
| XYZ | 53.88 | 55.02 | 26.52 | - |
| YUV | 194.01 | 87.93 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 191 | 123 | 0 | 0.16 | 0.46 | 0.11 | 39.23 | 0.65 | 0.69 |
| Hex | E3 | BF | 7B | 0 | 10 | 2E | B | 27 | 41 | 45 |
| Octal | 343 | 277 | 173 | 0 | 20 | 56 | 13 | 47 | 101 | 105 |
| Binary | 11100011 | 10111111 | 1111011 | 0 | 10000 | 101110 | 1011 | 100111 | 1000001 | 1000101 |
Color Harmonies of #E3BF7B
Complementary color
Monochromatic Colors of #E3BF7B
Black with #E3BF7B
Text Example
Text Example
White with #E3BF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BF7B; }
p { color: rgb(227,191,123); }
H1.HeaderClassName
{
color: #E3BF7B;
}
.AnyTagClassName
{
color: #E3BF7B;
}
</style>
background-color css
<style>
a { background-color: #E3BF7B; }
a { background-color: rgb(227,191,123); }
div.DivClassName
{
background-color: #E3BF7B;
}
.BgClassName
{
background-color: #E3BF7B;
}
</style>
border-color css
<style>
span { border-color: #E3BF7B; }
span { border-color: rgb(227,191,123); }
td.TdClassName
{
border-color: #E3BF7B;
}
.TagClassName
{
border-color: #E3BF7B;
}
</style>