Shades of Equator #E1B55B
Tints of Equator #E1B55B
RGB
CMYK
RGB Variations
Color information
#E1B55B (or 0xE1B55B) is known color: Equator. HEX triplet: E1, B5 and 5B. RGB value is (225,181,91). Sum of RGB (Red+Green+Blue) = 225+181+91=497 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.27% from 497); Green value is 181 (71.09% from 255 or 36.42% from 497); Blue value is 91 (35.94% from 255 or 18.31% from 497); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B55B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B55B is #1E4AA4. Grayscale: #B8B8B8. Windows color (decimal): -1985189 or 6010337. OLE color: 6010337.
HSL color Cylindrical-coordinate representation of color #E1B55B: hue angle of 40.3º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E1B55B is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 181 | 91 | - |
| CMYK | 0 | 0.20 | 0.60 | 0.12 |
| HSL | 40.3º | 0.69% | 0.62% | - |
| HSV(B) | 40.3º | 0.6% | 0.88% | - |
| XYZ | 49.46 | 49.81 | 16.9 | - |
| YUV | 183.9 | 75.58 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 181 | 91 | 0 | 0.20 | 0.60 | 0.12 | 40.3 | 0.69 | 0.62 |
| Hex | E1 | B5 | 5B | 0 | 14 | 3C | C | 28 | 45 | 3E |
| Octal | 341 | 265 | 133 | 0 | 24 | 74 | 14 | 50 | 105 | 76 |
| Binary | 11100001 | 10110101 | 1011011 | 0 | 10100 | 111100 | 1100 | 101000 | 1000101 | 111110 |
Color Harmonies of #E1B55B
Complementary color
Monochromatic Colors of #E1B55B
Black with #E1B55B
Text Example
Text Example
White with #E1B55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B55B; }
p { color: rgb(225,181,91); }
H1.HeaderClassName
{
color: #E1B55B;
}
.AnyTagClassName
{
color: #E1B55B;
}
</style>
background-color css
<style>
a { background-color: #E1B55B; }
a { background-color: rgb(225,181,91); }
div.DivClassName
{
background-color: #E1B55B;
}
.BgClassName
{
background-color: #E1B55B;
}
</style>
border-color css
<style>
span { border-color: #E1B55B; }
span { border-color: rgb(225,181,91); }
td.TdClassName
{
border-color: #E1B55B;
}
.TagClassName
{
border-color: #E1B55B;
}
</style>