Shades of Equator #E2BF60
Tints of Equator #E2BF60
RGB
CMYK
RGB Variations
Color information
#E2BF60 (or 0xE2BF60) is known color: Equator. HEX triplet: E2, BF and 60. RGB value is (226,191,96). Sum of RGB (Red+Green+Blue) = 226+191+96=513 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.05% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 96 (37.89% from 255 or 18.71% from 513); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BF60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BF60 is #1D409F. Grayscale: #BFBFBF. Windows color (decimal): -1917088 or 6340578. OLE color: 6340578.
HSL color Cylindrical-coordinate representation of color #E2BF60: hue angle of 43.85º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E2BF60 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 191 | 96 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.11 |
| HSL | 43.85º | 0.69% | 0.63% | - |
| HSV(B) | 43.85º | 0.58% | 0.89% | - |
| XYZ | 52.11 | 54.27 | 18.8 | - |
| YUV | 190.64 | 74.6 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 191 | 96 | 0 | 0.15 | 0.58 | 0.11 | 43.85 | 0.69 | 0.63 |
| Hex | E2 | BF | 60 | 0 | F | 3A | B | 2C | 45 | 3F |
| Octal | 342 | 277 | 140 | 0 | 17 | 72 | 13 | 54 | 105 | 77 |
| Binary | 11100010 | 10111111 | 1100000 | 0 | 1111 | 111010 | 1011 | 101100 | 1000101 | 111111 |
Color Harmonies of #E2BF60
Complementary color
Monochromatic Colors of #E2BF60
Black with #E2BF60
Text Example
Text Example
White with #E2BF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BF60; }
p { color: rgb(226,191,96); }
H1.HeaderClassName
{
color: #E2BF60;
}
.AnyTagClassName
{
color: #E2BF60;
}
</style>
background-color css
<style>
a { background-color: #E2BF60; }
a { background-color: rgb(226,191,96); }
div.DivClassName
{
background-color: #E2BF60;
}
.BgClassName
{
background-color: #E2BF60;
}
</style>
border-color css
<style>
span { border-color: #E2BF60; }
span { border-color: rgb(226,191,96); }
td.TdClassName
{
border-color: #E2BF60;
}
.TagClassName
{
border-color: #E2BF60;
}
</style>