Shades of Equator #E0B165
Tints of Equator #E0B165
RGB
CMYK
RGB Variations
Color information
#E0B165 (or 0xE0B165) is known color: Equator. HEX triplet: E0, B1 and 65. RGB value is (224,177,101). Sum of RGB (Red+Green+Blue) = 224+177+101=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 177 (69.53% from 255 or 35.26% from 502); Blue value is 101 (39.84% from 255 or 20.12% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0B165 is #1F4E9A. Grayscale: #B6B6B6. Windows color (decimal): -2051739 or 6664672. OLE color: 6664672.
HSL color Cylindrical-coordinate representation of color #E0B165: hue angle of 37.07º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E0B165 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 177 | 101 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.12 |
| HSL | 37.07º | 0.66% | 0.64% | - |
| HSV(B) | 37.07º | 0.55% | 0.88% | - |
| XYZ | 48.81 | 48.23 | 19.05 | - |
| YUV | 182.39 | 82.07 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 177 | 101 | 0 | 0.21 | 0.55 | 0.12 | 37.07 | 0.66 | 0.64 |
| Hex | E0 | B1 | 65 | 0 | 15 | 37 | C | 25 | 42 | 40 |
| Octal | 340 | 261 | 145 | 0 | 25 | 67 | 14 | 45 | 102 | 100 |
| Binary | 11100000 | 10110001 | 1100101 | 0 | 10101 | 110111 | 1100 | 100101 | 1000010 | 1000000 |
Color Harmonies of #E0B165
Complementary color
Monochromatic Colors of #E0B165
Black with #E0B165
Text Example
Text Example
White with #E0B165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B165; }
p { color: rgb(224,177,101); }
H1.HeaderClassName
{
color: #E0B165;
}
.AnyTagClassName
{
color: #E0B165;
}
</style>
background-color css
<style>
a { background-color: #E0B165; }
a { background-color: rgb(224,177,101); }
div.DivClassName
{
background-color: #E0B165;
}
.BgClassName
{
background-color: #E0B165;
}
</style>
border-color css
<style>
span { border-color: #E0B165; }
span { border-color: rgb(224,177,101); }
td.TdClassName
{
border-color: #E0B165;
}
.TagClassName
{
border-color: #E0B165;
}
</style>