Shades of Equator #E1B05D
Tints of Equator #E1B05D
RGB
CMYK
RGB Variations
Color information
#E1B05D (or 0xE1B05D) is known color: Equator. HEX triplet: E1, B0 and 5D. RGB value is (225,176,93). Sum of RGB (Red+Green+Blue) = 225+176+93=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 93 (36.72% from 255 or 18.83% from 494); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B05D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1B05D is #1E4FA2. Grayscale: #B5B5B5. Windows color (decimal): -1986467 or 6140129. OLE color: 6140129.
HSL color Cylindrical-coordinate representation of color #E1B05D: hue angle of 37.73º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E1B05D is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 176 | 93 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.12 |
| HSL | 37.73º | 0.69% | 0.62% | - |
| HSV(B) | 37.73º | 0.59% | 0.88% | - |
| XYZ | 48.55 | 47.85 | 17.03 | - |
| YUV | 181.19 | 78.23 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 176 | 93 | 0 | 0.22 | 0.59 | 0.12 | 37.73 | 0.69 | 0.62 |
| Hex | E1 | B0 | 5D | 0 | 16 | 3B | C | 26 | 45 | 3E |
| Octal | 341 | 260 | 135 | 0 | 26 | 73 | 14 | 46 | 105 | 76 |
| Binary | 11100001 | 10110000 | 1011101 | 0 | 10110 | 111011 | 1100 | 100110 | 1000101 | 111110 |
Color Harmonies of #E1B05D
Complementary color
Monochromatic Colors of #E1B05D
Black with #E1B05D
Text Example
Text Example
White with #E1B05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B05D; }
p { color: rgb(225,176,93); }
H1.HeaderClassName
{
color: #E1B05D;
}
.AnyTagClassName
{
color: #E1B05D;
}
</style>
background-color css
<style>
a { background-color: #E1B05D; }
a { background-color: rgb(225,176,93); }
div.DivClassName
{
background-color: #E1B05D;
}
.BgClassName
{
background-color: #E1B05D;
}
</style>
border-color css
<style>
span { border-color: #E1B05D; }
span { border-color: rgb(225,176,93); }
td.TdClassName
{
border-color: #E1B05D;
}
.TagClassName
{
border-color: #E1B05D;
}
</style>