Shades of Chalky #E2BF78
Tints of Chalky #E2BF78
RGB
CMYK
RGB Variations
Color information
#E2BF78 (or 0xE2BF78) is known color: Chalky. HEX triplet: E2, BF and 78. RGB value is (226,191,120). Sum of RGB (Red+Green+Blue) = 226+191+120=537 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.09% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 120 (47.27% from 255 or 22.35% from 537); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BF78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BF78 is #1D4087. Grayscale: #C1C1C1. Windows color (decimal): -1917064 or 7913442. OLE color: 7913442.
HSL color Cylindrical-coordinate representation of color #E2BF78: hue angle of 40.19º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E2BF78 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 191 | 120 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.11 |
| HSL | 40.19º | 0.65% | 0.68% | - |
| HSV(B) | 40.19º | 0.47% | 0.89% | - |
| XYZ | 53.39 | 54.79 | 25.53 | - |
| YUV | 193.37 | 86.6 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 191 | 120 | 0 | 0.15 | 0.47 | 0.11 | 40.19 | 0.65 | 0.68 |
| Hex | E2 | BF | 78 | 0 | F | 2F | B | 28 | 41 | 44 |
| Octal | 342 | 277 | 170 | 0 | 17 | 57 | 13 | 50 | 101 | 104 |
| Binary | 11100010 | 10111111 | 1111000 | 0 | 1111 | 101111 | 1011 | 101000 | 1000001 | 1000100 |
Color Harmonies of #E2BF78
Complementary color
Monochromatic Colors of #E2BF78
Black with #E2BF78
Text Example
Text Example
White with #E2BF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BF78; }
p { color: rgb(226,191,120); }
H1.HeaderClassName
{
color: #E2BF78;
}
.AnyTagClassName
{
color: #E2BF78;
}
</style>
background-color css
<style>
a { background-color: #E2BF78; }
a { background-color: rgb(226,191,120); }
div.DivClassName
{
background-color: #E2BF78;
}
.BgClassName
{
background-color: #E2BF78;
}
</style>
border-color css
<style>
span { border-color: #E2BF78; }
span { border-color: rgb(226,191,120); }
td.TdClassName
{
border-color: #E2BF78;
}
.TagClassName
{
border-color: #E2BF78;
}
</style>