Shades of Equator #E5B55E
Tints of Equator #E5B55E
RGB
CMYK
RGB Variations
Color information
#E5B55E (or 0xE5B55E) is known color: Equator. HEX triplet: E5, B5 and 5E. RGB value is (229,181,94). Sum of RGB (Red+Green+Blue) = 229+181+94=504 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.44% from 504); Green value is 181 (71.09% from 255 or 35.91% from 504); Blue value is 94 (37.11% from 255 or 18.65% from 504); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B55E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5B55E is #1A4AA1. Grayscale: #B9B9B9. Windows color (decimal): -1723042 or 6206949. OLE color: 6206949.
HSL color Cylindrical-coordinate representation of color #E5B55E: hue angle of 38.67º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E5B55E is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 181 | 94 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.10 |
| HSL | 38.67º | 0.72% | 0.63% | - |
| HSV(B) | 38.67º | 0.59% | 0.9% | - |
| XYZ | 50.86 | 50.51 | 17.66 | - |
| YUV | 185.43 | 76.4 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 181 | 94 | 0 | 0.21 | 0.59 | 0.10 | 38.67 | 0.72 | 0.63 |
| Hex | E5 | B5 | 5E | 0 | 15 | 3B | A | 27 | 48 | 3F |
| Octal | 345 | 265 | 136 | 0 | 25 | 73 | 12 | 47 | 110 | 77 |
| Binary | 11100101 | 10110101 | 1011110 | 0 | 10101 | 111011 | 1010 | 100111 | 1001000 | 111111 |
Color Harmonies of #E5B55E
Complementary color
Monochromatic Colors of #E5B55E
Black with #E5B55E
Text Example
Text Example
White with #E5B55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B55E; }
p { color: rgb(229,181,94); }
H1.HeaderClassName
{
color: #E5B55E;
}
.AnyTagClassName
{
color: #E5B55E;
}
</style>
background-color css
<style>
a { background-color: #E5B55E; }
a { background-color: rgb(229,181,94); }
div.DivClassName
{
background-color: #E5B55E;
}
.BgClassName
{
background-color: #E5B55E;
}
</style>
border-color css
<style>
span { border-color: #E5B55E; }
span { border-color: rgb(229,181,94); }
td.TdClassName
{
border-color: #E5B55E;
}
.TagClassName
{
border-color: #E5B55E;
}
</style>