Shades of Equator #E3AC65
Tints of Equator #E3AC65
RGB
CMYK
RGB Variations
Color information
#E3AC65 (or 0xE3AC65) is known color: Equator. HEX triplet: E3, AC and 65. RGB value is (227,172,101). Sum of RGB (Red+Green+Blue) = 227+172+101=500 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.4% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 101 (39.84% from 255 or 20.2% from 500); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AC65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3AC65 is #1C539A. Grayscale: #B4B4B4. Windows color (decimal): -1856411 or 6663395. OLE color: 6663395.
HSL color Cylindrical-coordinate representation of color #E3AC65: hue angle of 33.81º 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 #E3AC65 is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 172 | 101 | - |
| CMYK | 0 | 0.24 | 0.56 | 0.11 |
| HSL | 33.81º | 0.69% | 0.64% | - |
| HSV(B) | 33.81º | 0.56% | 0.89% | - |
| XYZ | 48.78 | 46.78 | 18.77 | - |
| YUV | 180.35 | 83.22 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 172 | 101 | 0 | 0.24 | 0.56 | 0.11 | 33.81 | 0.69 | 0.64 |
| Hex | E3 | AC | 65 | 0 | 18 | 38 | B | 22 | 45 | 40 |
| Octal | 343 | 254 | 145 | 0 | 30 | 70 | 13 | 42 | 105 | 100 |
| Binary | 11100011 | 10101100 | 1100101 | 0 | 11000 | 111000 | 1011 | 100010 | 1000101 | 1000000 |
Color Harmonies of #E3AC65
Complementary color
Monochromatic Colors of #E3AC65
Black with #E3AC65
Text Example
Text Example
White with #E3AC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AC65; }
p { color: rgb(227,172,101); }
H1.HeaderClassName
{
color: #E3AC65;
}
.AnyTagClassName
{
color: #E3AC65;
}
</style>
background-color css
<style>
a { background-color: #E3AC65; }
a { background-color: rgb(227,172,101); }
div.DivClassName
{
background-color: #E3AC65;
}
.BgClassName
{
background-color: #E3AC65;
}
</style>
border-color css
<style>
span { border-color: #E3AC65; }
span { border-color: rgb(227,172,101); }
td.TdClassName
{
border-color: #E3AC65;
}
.TagClassName
{
border-color: #E3AC65;
}
</style>