Shades of Equator #E2B364
Tints of Equator #E2B364
RGB
CMYK
RGB Variations
Color information
#E2B364 (or 0xE2B364) is known color: Equator. HEX triplet: E2, B3 and 64. RGB value is (226,179,100). Sum of RGB (Red+Green+Blue) = 226+179+100=505 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.75% from 505); Green value is 179 (70.31% from 255 or 35.45% from 505); Blue value is 100 (39.45% from 255 or 19.80% from 505); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B364 is #1D4C9B. Grayscale: #B8B8B8. Windows color (decimal): -1920156 or 6599650. OLE color: 6599650.
HSL color Cylindrical-coordinate representation of color #E2B364: hue angle of 37.62º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E2B364 is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 179 | 100 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.11 |
| HSL | 37.62º | 0.68% | 0.64% | - |
| HSV(B) | 37.62º | 0.56% | 0.89% | - |
| XYZ | 49.78 | 49.33 | 18.95 | - |
| YUV | 184.05 | 80.57 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 179 | 100 | 0 | 0.21 | 0.56 | 0.11 | 37.62 | 0.68 | 0.64 |
| Hex | E2 | B3 | 64 | 0 | 15 | 38 | B | 26 | 44 | 40 |
| Octal | 342 | 263 | 144 | 0 | 25 | 70 | 13 | 46 | 104 | 100 |
| Binary | 11100010 | 10110011 | 1100100 | 0 | 10101 | 111000 | 1011 | 100110 | 1000100 | 1000000 |
Color Harmonies of #E2B364
Complementary color
Monochromatic Colors of #E2B364
Black with #E2B364
Text Example
Text Example
White with #E2B364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B364; }
p { color: rgb(226,179,100); }
H1.HeaderClassName
{
color: #E2B364;
}
.AnyTagClassName
{
color: #E2B364;
}
</style>
background-color css
<style>
a { background-color: #E2B364; }
a { background-color: rgb(226,179,100); }
div.DivClassName
{
background-color: #E2B364;
}
.BgClassName
{
background-color: #E2B364;
}
</style>
border-color css
<style>
span { border-color: #E2B364; }
span { border-color: rgb(226,179,100); }
td.TdClassName
{
border-color: #E2B364;
}
.TagClassName
{
border-color: #E2B364;
}
</style>