Shades of Equator #E1B25E
Tints of Equator #E1B25E
RGB
CMYK
RGB Variations
Color information
#E1B25E (or 0xE1B25E) is known color: Equator. HEX triplet: E1, B2 and 5E. RGB value is (225,178,94). Sum of RGB (Red+Green+Blue) = 225+178+94=497 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.27% from 497); Green value is 178 (69.92% from 255 or 35.81% from 497); Blue value is 94 (37.11% from 255 or 18.91% from 497); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B25E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1B25E is #1E4DA1. Grayscale: #B6B6B6. Windows color (decimal): -1985954 or 6206177. OLE color: 6206177.
HSL color Cylindrical-coordinate representation of color #E1B25E: hue angle of 38.47º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E1B25E is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 178 | 94 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.12 |
| HSL | 38.47º | 0.69% | 0.63% | - |
| HSV(B) | 38.47º | 0.58% | 0.88% | - |
| XYZ | 48.99 | 48.66 | 17.4 | - |
| YUV | 182.48 | 78.07 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 178 | 94 | 0 | 0.21 | 0.58 | 0.12 | 38.47 | 0.69 | 0.63 |
| Hex | E1 | B2 | 5E | 0 | 15 | 3A | C | 26 | 45 | 3F |
| Octal | 341 | 262 | 136 | 0 | 25 | 72 | 14 | 46 | 105 | 77 |
| Binary | 11100001 | 10110010 | 1011110 | 0 | 10101 | 111010 | 1100 | 100110 | 1000101 | 111111 |
Color Harmonies of #E1B25E
Complementary color
Monochromatic Colors of #E1B25E
Black with #E1B25E
Text Example
Text Example
White with #E1B25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B25E; }
p { color: rgb(225,178,94); }
H1.HeaderClassName
{
color: #E1B25E;
}
.AnyTagClassName
{
color: #E1B25E;
}
</style>
background-color css
<style>
a { background-color: #E1B25E; }
a { background-color: rgb(225,178,94); }
div.DivClassName
{
background-color: #E1B25E;
}
.BgClassName
{
background-color: #E1B25E;
}
</style>
border-color css
<style>
span { border-color: #E1B25E; }
span { border-color: rgb(225,178,94); }
td.TdClassName
{
border-color: #E1B25E;
}
.TagClassName
{
border-color: #E1B25E;
}
</style>