Shades of Equator #E1BA65
Tints of Equator #E1BA65
RGB
CMYK
RGB Variations
Color information
#E1BA65 (or 0xE1BA65) is known color: Equator. HEX triplet: E1, BA and 65. RGB value is (225,186,101). Sum of RGB (Red+Green+Blue) = 225+186+101=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 101 (39.84% from 255 or 19.73% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BA65 is #1E459A. Grayscale: #BCBCBC. Windows color (decimal): -1983899 or 6666977. OLE color: 6666977.
HSL color Cylindrical-coordinate representation of color #E1BA65: hue angle of 41.13º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E1BA65 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 186 | 101 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.12 |
| HSL | 41.13º | 0.67% | 0.64% | - |
| HSV(B) | 41.13º | 0.55% | 0.88% | - |
| XYZ | 50.96 | 52.06 | 19.68 | - |
| YUV | 187.97 | 78.92 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 186 | 101 | 0 | 0.17 | 0.55 | 0.12 | 41.13 | 0.67 | 0.64 |
| Hex | E1 | BA | 65 | 0 | 11 | 37 | C | 29 | 43 | 40 |
| Octal | 341 | 272 | 145 | 0 | 21 | 67 | 14 | 51 | 103 | 100 |
| Binary | 11100001 | 10111010 | 1100101 | 0 | 10001 | 110111 | 1100 | 101001 | 1000011 | 1000000 |
Color Harmonies of #E1BA65
Complementary color
Monochromatic Colors of #E1BA65
Black with #E1BA65
Text Example
Text Example
White with #E1BA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BA65; }
p { color: rgb(225,186,101); }
H1.HeaderClassName
{
color: #E1BA65;
}
.AnyTagClassName
{
color: #E1BA65;
}
</style>
background-color css
<style>
a { background-color: #E1BA65; }
a { background-color: rgb(225,186,101); }
div.DivClassName
{
background-color: #E1BA65;
}
.BgClassName
{
background-color: #E1BA65;
}
</style>
border-color css
<style>
span { border-color: #E1BA65; }
span { border-color: rgb(225,186,101); }
td.TdClassName
{
border-color: #E1BA65;
}
.TagClassName
{
border-color: #E1BA65;
}
</style>