Shades of Chalky #E5BF7A
Tints of Chalky #E5BF7A
RGB
CMYK
RGB Variations
Color information
#E5BF7A (or 0xE5BF7A) is known color: Chalky. HEX triplet: E5, BF and 7A. RGB value is (229,191,122). Sum of RGB (Red+Green+Blue) = 229+191+122=542 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.25% from 542); Green value is 191 (75% from 255 or 35.24% from 542); Blue value is 122 (48.05% from 255 or 22.51% from 542); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BF7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BF7A is #1A4085. Grayscale: #C2C2C2. Windows color (decimal): -1720454 or 8044517. OLE color: 8044517.
HSL color Cylindrical-coordinate representation of color #E5BF7A: hue angle of 38.69º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E5BF7A is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 191 | 122 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.10 |
| HSL | 38.69º | 0.67% | 0.69% | - |
| HSV(B) | 38.69º | 0.47% | 0.9% | - |
| XYZ | 54.46 | 55.32 | 26.22 | - |
| YUV | 194.5 | 87.09 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 191 | 122 | 0 | 0.17 | 0.47 | 0.10 | 38.69 | 0.67 | 0.69 |
| Hex | E5 | BF | 7A | 0 | 11 | 2F | A | 27 | 43 | 45 |
| Octal | 345 | 277 | 172 | 0 | 21 | 57 | 12 | 47 | 103 | 105 |
| Binary | 11100101 | 10111111 | 1111010 | 0 | 10001 | 101111 | 1010 | 100111 | 1000011 | 1000101 |
Color Harmonies of #E5BF7A
Complementary color
Monochromatic Colors of #E5BF7A
Black with #E5BF7A
Text Example
Text Example
White with #E5BF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BF7A; }
p { color: rgb(229,191,122); }
H1.HeaderClassName
{
color: #E5BF7A;
}
.AnyTagClassName
{
color: #E5BF7A;
}
</style>
background-color css
<style>
a { background-color: #E5BF7A; }
a { background-color: rgb(229,191,122); }
div.DivClassName
{
background-color: #E5BF7A;
}
.BgClassName
{
background-color: #E5BF7A;
}
</style>
border-color css
<style>
span { border-color: #E5BF7A; }
span { border-color: rgb(229,191,122); }
td.TdClassName
{
border-color: #E5BF7A;
}
.TagClassName
{
border-color: #E5BF7A;
}
</style>