Shades of Equator #E2BD5E
Tints of Equator #E2BD5E
RGB
CMYK
RGB Variations
Color information
#E2BD5E (or 0xE2BD5E) is known color: Equator. HEX triplet: E2, BD and 5E. RGB value is (226,189,94). Sum of RGB (Red+Green+Blue) = 226+189+94=509 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.40% from 509); Green value is 189 (74.22% from 255 or 37.13% from 509); Blue value is 94 (37.11% from 255 or 18.47% from 509); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BD5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BD5E is #1D42A1. Grayscale: #BDBDBD. Windows color (decimal): -1917602 or 6208994. OLE color: 6208994.
HSL color Cylindrical-coordinate representation of color #E2BD5E: hue angle of 43.18º 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 #E2BD5E is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 189 | 94 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.11 |
| HSL | 43.18º | 0.69% | 0.63% | - |
| HSV(B) | 43.18º | 0.58% | 0.89% | - |
| XYZ | 51.58 | 53.37 | 18.17 | - |
| YUV | 189.23 | 74.26 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 189 | 94 | 0 | 0.16 | 0.58 | 0.11 | 43.18 | 0.69 | 0.63 |
| Hex | E2 | BD | 5E | 0 | 10 | 3A | B | 2B | 45 | 3F |
| Octal | 342 | 275 | 136 | 0 | 20 | 72 | 13 | 53 | 105 | 77 |
| Binary | 11100010 | 10111101 | 1011110 | 0 | 10000 | 111010 | 1011 | 101011 | 1000101 | 111111 |
Color Harmonies of #E2BD5E
Complementary color
Monochromatic Colors of #E2BD5E
Black with #E2BD5E
Text Example
Text Example
White with #E2BD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BD5E; }
p { color: rgb(226,189,94); }
H1.HeaderClassName
{
color: #E2BD5E;
}
.AnyTagClassName
{
color: #E2BD5E;
}
</style>
background-color css
<style>
a { background-color: #E2BD5E; }
a { background-color: rgb(226,189,94); }
div.DivClassName
{
background-color: #E2BD5E;
}
.BgClassName
{
background-color: #E2BD5E;
}
</style>
border-color css
<style>
span { border-color: #E2BD5E; }
span { border-color: rgb(226,189,94); }
td.TdClassName
{
border-color: #E2BD5E;
}
.TagClassName
{
border-color: #E2BD5E;
}
</style>