Shades of Equator #E1B365
Tints of Equator #E1B365
RGB
CMYK
RGB Variations
Color information
#E1B365 (or 0xE1B365) is known color: Equator. HEX triplet: E1, B3 and 65. RGB value is (225,179,101). Sum of RGB (Red+Green+Blue) = 225+179+101=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 179 (70.31% from 255 or 35.45% from 505); Blue value is 101 (39.84% from 255 or 20% from 505); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B365 is #1E4C9A. Grayscale: #B8B8B8. Windows color (decimal): -1985691 or 6665185. OLE color: 6665185.
HSL color Cylindrical-coordinate representation of color #E1B365: hue angle of 37.74º degrees, saturation: 0.67, 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 #E1B365 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 179 | 101 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.12 |
| HSL | 37.74º | 0.67% | 0.64% | - |
| HSV(B) | 37.74º | 0.55% | 0.88% | - |
| XYZ | 49.52 | 49.19 | 19.2 | - |
| YUV | 183.86 | 81.24 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 179 | 101 | 0 | 0.20 | 0.55 | 0.12 | 37.74 | 0.67 | 0.64 |
| Hex | E1 | B3 | 65 | 0 | 14 | 37 | C | 26 | 43 | 40 |
| Octal | 341 | 263 | 145 | 0 | 24 | 67 | 14 | 46 | 103 | 100 |
| Binary | 11100001 | 10110011 | 1100101 | 0 | 10100 | 110111 | 1100 | 100110 | 1000011 | 1000000 |
Color Harmonies of #E1B365
Complementary color
Monochromatic Colors of #E1B365
Black with #E1B365
Text Example
Text Example
White with #E1B365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B365; }
p { color: rgb(225,179,101); }
H1.HeaderClassName
{
color: #E1B365;
}
.AnyTagClassName
{
color: #E1B365;
}
</style>
background-color css
<style>
a { background-color: #E1B365; }
a { background-color: rgb(225,179,101); }
div.DivClassName
{
background-color: #E1B365;
}
.BgClassName
{
background-color: #E1B365;
}
</style>
border-color css
<style>
span { border-color: #E1B365; }
span { border-color: rgb(225,179,101); }
td.TdClassName
{
border-color: #E1B365;
}
.TagClassName
{
border-color: #E1B365;
}
</style>