Shades of Equator #E1BC64
Tints of Equator #E1BC64
RGB
CMYK
RGB Variations
Color information
#E1BC64 (or 0xE1BC64) is known color: Equator. HEX triplet: E1, BC and 64. RGB value is (225,188,100). Sum of RGB (Red+Green+Blue) = 225+188+100=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 100 (39.45% from 255 or 19.49% from 513); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BC64 is #1E439B. Grayscale: #BDBDBD. Windows color (decimal): -1983388 or 6601953. OLE color: 6601953.
HSL color Cylindrical-coordinate representation of color #E1BC64: hue angle of 42.24º 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 #E1BC64 is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 188 | 100 | - |
| CMYK | 0 | 0.16 | 0.56 | 0.12 |
| HSL | 42.24º | 0.68% | 0.64% | - |
| HSV(B) | 42.24º | 0.56% | 0.88% | - |
| XYZ | 51.33 | 52.89 | 19.56 | - |
| YUV | 189.03 | 77.76 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 188 | 100 | 0 | 0.16 | 0.56 | 0.12 | 42.24 | 0.68 | 0.64 |
| Hex | E1 | BC | 64 | 0 | 10 | 38 | C | 2A | 44 | 40 |
| Octal | 341 | 274 | 144 | 0 | 20 | 70 | 14 | 52 | 104 | 100 |
| Binary | 11100001 | 10111100 | 1100100 | 0 | 10000 | 111000 | 1100 | 101010 | 1000100 | 1000000 |
Color Harmonies of #E1BC64
Complementary color
Monochromatic Colors of #E1BC64
Black with #E1BC64
Text Example
Text Example
White with #E1BC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BC64; }
p { color: rgb(225,188,100); }
H1.HeaderClassName
{
color: #E1BC64;
}
.AnyTagClassName
{
color: #E1BC64;
}
</style>
background-color css
<style>
a { background-color: #E1BC64; }
a { background-color: rgb(225,188,100); }
div.DivClassName
{
background-color: #E1BC64;
}
.BgClassName
{
background-color: #E1BC64;
}
</style>
border-color css
<style>
span { border-color: #E1BC64; }
span { border-color: rgb(225,188,100); }
td.TdClassName
{
border-color: #E1BC64;
}
.TagClassName
{
border-color: #E1BC64;
}
</style>