Shades of Equator #E5B05F
Tints of Equator #E5B05F
RGB
CMYK
RGB Variations
Color information
#E5B05F (or 0xE5B05F) is known color: Equator. HEX triplet: E5, B0 and 5F. RGB value is (229,176,95). Sum of RGB (Red+Green+Blue) = 229+176+95=500 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.8% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 95 (37.5% from 255 or 19% from 500); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B05F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5B05F is #1A4FA0. Grayscale: #B6B6B6. Windows color (decimal): -1724321 or 6271205. OLE color: 6271205.
HSL color Cylindrical-coordinate representation of color #E5B05F: hue angle of 36.27º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E5B05F is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 176 | 95 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.10 |
| HSL | 36.27º | 0.72% | 0.64% | - |
| HSV(B) | 36.27º | 0.59% | 0.9% | - |
| XYZ | 49.9 | 48.53 | 17.56 | - |
| YUV | 182.61 | 78.56 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 176 | 95 | 0 | 0.23 | 0.59 | 0.10 | 36.27 | 0.72 | 0.64 |
| Hex | E5 | B0 | 5F | 0 | 17 | 3B | A | 24 | 48 | 40 |
| Octal | 345 | 260 | 137 | 0 | 27 | 73 | 12 | 44 | 110 | 100 |
| Binary | 11100101 | 10110000 | 1011111 | 0 | 10111 | 111011 | 1010 | 100100 | 1001000 | 1000000 |
Color Harmonies of #E5B05F
Complementary color
Monochromatic Colors of #E5B05F
Black with #E5B05F
Text Example
Text Example
White with #E5B05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B05F; }
p { color: rgb(229,176,95); }
H1.HeaderClassName
{
color: #E5B05F;
}
.AnyTagClassName
{
color: #E5B05F;
}
</style>
background-color css
<style>
a { background-color: #E5B05F; }
a { background-color: rgb(229,176,95); }
div.DivClassName
{
background-color: #E5B05F;
}
.BgClassName
{
background-color: #E5B05F;
}
</style>
border-color css
<style>
span { border-color: #E5B05F; }
span { border-color: rgb(229,176,95); }
td.TdClassName
{
border-color: #E5B05F;
}
.TagClassName
{
border-color: #E5B05F;
}
</style>