Shades of Equator #E3AB65
Tints of Equator #E3AB65
RGB
CMYK
RGB Variations
Color information
#E3AB65 (or 0xE3AB65) is known color: Equator. HEX triplet: E3, AB and 65. RGB value is (227,171,101). Sum of RGB (Red+Green+Blue) = 227+171+101=499 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.49% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 101 (39.84% from 255 or 20.24% from 499); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AB65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3AB65 is #1C549A. Grayscale: #B4B4B4. Windows color (decimal): -1856667 or 6663139. OLE color: 6663139.
HSL color Cylindrical-coordinate representation of color #E3AB65: hue angle of 33.33º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E3AB65 is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 171 | 101 | - |
| CMYK | 0 | 0.25 | 0.56 | 0.11 |
| HSL | 33.33º | 0.69% | 0.64% | - |
| HSV(B) | 33.33º | 0.56% | 0.89% | - |
| XYZ | 48.59 | 46.4 | 18.71 | - |
| YUV | 179.76 | 83.55 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 171 | 101 | 0 | 0.25 | 0.56 | 0.11 | 33.33 | 0.69 | 0.64 |
| Hex | E3 | AB | 65 | 0 | 19 | 38 | B | 21 | 45 | 40 |
| Octal | 343 | 253 | 145 | 0 | 31 | 70 | 13 | 41 | 105 | 100 |
| Binary | 11100011 | 10101011 | 1100101 | 0 | 11001 | 111000 | 1011 | 100001 | 1000101 | 1000000 |
Color Harmonies of #E3AB65
Complementary color
Monochromatic Colors of #E3AB65
Black with #E3AB65
Text Example
Text Example
White with #E3AB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AB65; }
p { color: rgb(227,171,101); }
H1.HeaderClassName
{
color: #E3AB65;
}
.AnyTagClassName
{
color: #E3AB65;
}
</style>
background-color css
<style>
a { background-color: #E3AB65; }
a { background-color: rgb(227,171,101); }
div.DivClassName
{
background-color: #E3AB65;
}
.BgClassName
{
background-color: #E3AB65;
}
</style>
border-color css
<style>
span { border-color: #E3AB65; }
span { border-color: rgb(227,171,101); }
td.TdClassName
{
border-color: #E3AB65;
}
.TagClassName
{
border-color: #E3AB65;
}
</style>