Shades of Equator #E0B95A
Tints of Equator #E0B95A
RGB
CMYK
RGB Variations
Color information
#E0B95A (or 0xE0B95A) is known color: Equator. HEX triplet: E0, B9 and 5A. RGB value is (224,185,90). Sum of RGB (Red+Green+Blue) = 224+185+90=499 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.89% from 499); Green value is 185 (72.66% from 255 or 37.07% from 499); Blue value is 90 (35.55% from 255 or 18.04% from 499); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B95A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B95A is #1F46A5. Grayscale: #BABABA. Windows color (decimal): -2049702 or 5945824. OLE color: 5945824.
HSL color Cylindrical-coordinate representation of color #E0B95A: hue angle of 42.54º degrees, saturation: 0.68, 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 #E0B95A is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 185 | 90 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.12 |
| HSL | 42.54º | 0.68% | 0.62% | - |
| HSV(B) | 42.54º | 0.6% | 0.88% | - |
| XYZ | 49.93 | 51.28 | 16.94 | - |
| YUV | 185.83 | 73.92 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 185 | 90 | 0 | 0.17 | 0.60 | 0.12 | 42.54 | 0.68 | 0.62 |
| Hex | E0 | B9 | 5A | 0 | 11 | 3C | C | 2B | 44 | 3E |
| Octal | 340 | 271 | 132 | 0 | 21 | 74 | 14 | 53 | 104 | 76 |
| Binary | 11100000 | 10111001 | 1011010 | 0 | 10001 | 111100 | 1100 | 101011 | 1000100 | 111110 |
Color Harmonies of #E0B95A
Complementary color
Monochromatic Colors of #E0B95A
Black with #E0B95A
Text Example
Text Example
White with #E0B95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B95A; }
p { color: rgb(224,185,90); }
H1.HeaderClassName
{
color: #E0B95A;
}
.AnyTagClassName
{
color: #E0B95A;
}
</style>
background-color css
<style>
a { background-color: #E0B95A; }
a { background-color: rgb(224,185,90); }
div.DivClassName
{
background-color: #E0B95A;
}
.BgClassName
{
background-color: #E0B95A;
}
</style>
border-color css
<style>
span { border-color: #E0B95A; }
span { border-color: rgb(224,185,90); }
td.TdClassName
{
border-color: #E0B95A;
}
.TagClassName
{
border-color: #E0B95A;
}
</style>