Shades of Equator #E1BA63
Tints of Equator #E1BA63
RGB
CMYK
RGB Variations
Color information
#E1BA63 (or 0xE1BA63) is known color: Equator. HEX triplet: E1, BA and 63. RGB value is (225,186,99). Sum of RGB (Red+Green+Blue) = 225+186+99=510 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.12% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 99 (39.06% from 255 or 19.41% from 510); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BA63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BA63 is #1E459C. Grayscale: #BCBCBC. Windows color (decimal): -1983901 or 6535905. OLE color: 6535905.
HSL color Cylindrical-coordinate representation of color #E1BA63: hue angle of 41.43º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E1BA63 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 186 | 99 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.12 |
| HSL | 41.43º | 0.68% | 0.64% | - |
| HSV(B) | 41.43º | 0.56% | 0.88% | - |
| XYZ | 50.86 | 52.03 | 19.17 | - |
| YUV | 187.74 | 77.92 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 186 | 99 | 0 | 0.17 | 0.56 | 0.12 | 41.43 | 0.68 | 0.64 |
| Hex | E1 | BA | 63 | 0 | 11 | 38 | C | 29 | 44 | 40 |
| Octal | 341 | 272 | 143 | 0 | 21 | 70 | 14 | 51 | 104 | 100 |
| Binary | 11100001 | 10111010 | 1100011 | 0 | 10001 | 111000 | 1100 | 101001 | 1000100 | 1000000 |
Color Harmonies of #E1BA63
Complementary color
Monochromatic Colors of #E1BA63
Black with #E1BA63
Text Example
Text Example
White with #E1BA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BA63; }
p { color: rgb(225,186,99); }
H1.HeaderClassName
{
color: #E1BA63;
}
.AnyTagClassName
{
color: #E1BA63;
}
</style>
background-color css
<style>
a { background-color: #E1BA63; }
a { background-color: rgb(225,186,99); }
div.DivClassName
{
background-color: #E1BA63;
}
.BgClassName
{
background-color: #E1BA63;
}
</style>
border-color css
<style>
span { border-color: #E1BA63; }
span { border-color: rgb(225,186,99); }
td.TdClassName
{
border-color: #E1BA63;
}
.TagClassName
{
border-color: #E1BA63;
}
</style>