Shades of Chalky #E3BF7E
Tints of Chalky #E3BF7E
RGB
CMYK
RGB Variations
Color information
#E3BF7E (or 0xE3BF7E) is known color: Chalky. HEX triplet: E3, BF and 7E. RGB value is (227,191,126). Sum of RGB (Red+Green+Blue) = 227+191+126=544 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.73% from 544); Green value is 191 (75% from 255 or 35.11% from 544); Blue value is 126 (49.61% from 255 or 23.16% from 544); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BF7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3BF7E is #1C4081. Grayscale: #C2C2C2. Windows color (decimal): -1851522 or 8306659. OLE color: 8306659.
HSL color Cylindrical-coordinate representation of color #E3BF7E: hue angle of 38.61º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E3BF7E is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 191 | 126 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.11 |
| HSL | 38.61º | 0.64% | 0.69% | - |
| HSV(B) | 38.61º | 0.44% | 0.89% | - |
| XYZ | 54.08 | 55.1 | 27.52 | - |
| YUV | 194.35 | 89.43 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 191 | 126 | 0 | 0.16 | 0.44 | 0.11 | 38.61 | 0.64 | 0.69 |
| Hex | E3 | BF | 7E | 0 | 10 | 2C | B | 27 | 40 | 45 |
| Octal | 343 | 277 | 176 | 0 | 20 | 54 | 13 | 47 | 100 | 105 |
| Binary | 11100011 | 10111111 | 1111110 | 0 | 10000 | 101100 | 1011 | 100111 | 1000000 | 1000101 |
Color Harmonies of #E3BF7E
Complementary color
Monochromatic Colors of #E3BF7E
Black with #E3BF7E
Text Example
Text Example
White with #E3BF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BF7E; }
p { color: rgb(227,191,126); }
H1.HeaderClassName
{
color: #E3BF7E;
}
.AnyTagClassName
{
color: #E3BF7E;
}
</style>
background-color css
<style>
a { background-color: #E3BF7E; }
a { background-color: rgb(227,191,126); }
div.DivClassName
{
background-color: #E3BF7E;
}
.BgClassName
{
background-color: #E3BF7E;
}
</style>
border-color css
<style>
span { border-color: #E3BF7E; }
span { border-color: rgb(227,191,126); }
td.TdClassName
{
border-color: #E3BF7E;
}
.TagClassName
{
border-color: #E3BF7E;
}
</style>