Shades of Equator #E1B65D
Tints of Equator #E1B65D
RGB
CMYK
RGB Variations
Color information
#E1B65D (or 0xE1B65D) is known color: Equator. HEX triplet: E1, B6 and 5D. RGB value is (225,182,93). Sum of RGB (Red+Green+Blue) = 225+182+93=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 182 (71.48% from 255 or 36.4% from 500); Blue value is 93 (36.72% from 255 or 18.6% from 500); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B65D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B65D is #1E49A2. Grayscale: #B9B9B9. Windows color (decimal): -1984931 or 6141665. OLE color: 6141665.
HSL color Cylindrical-coordinate representation of color #E1B65D: hue angle of 40.45º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E1B65D is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
RGB | 225 | 182 | 93 | - |
CMYK | 0 | 0.19 | 0.59 | 0.12 |
HSL | 40.45º | 0.69% | 0.62% | - |
HSV(B) | 40.45º | 0.59% | 0.88% | - |
XYZ | 49.76 | 50.25 | 17.43 | - |
YUV | 184.71 | 76.25 | 156.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 225 | 182 | 93 | 0 | 0.19 | 0.59 | 0.12 | 40.45 | 0.69 | 0.62 |
Hex | E1 | B6 | 5D | 0 | 13 | 3B | C | 28 | 45 | 3E |
Octal | 341 | 266 | 135 | 0 | 23 | 73 | 14 | 50 | 105 | 76 |
Binary | 11100001 | 10110110 | 1011101 | 0 | 10011 | 111011 | 1100 | 101000 | 1000101 | 111110 |
Color Harmonies of #E1B65D
Complementary color
Monochromatic Colors of #E1B65D
Black with #E1B65D
Text Example
Text Example
White with #E1B65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B65D; }
p { color: rgb(225,182,93); }
H1.HeaderClassName
{
color: #E1B65D;
}
.AnyTagClassName
{
color: #E1B65D;
}
</style>
background-color css
<style>
a { background-color: #E1B65D; }
a { background-color: rgb(225,182,93); }
div.DivClassName
{
background-color: #E1B65D;
}
.BgClassName
{
background-color: #E1B65D;
}
</style>
border-color css
<style>
span { border-color: #E1B65D; }
span { border-color: rgb(225,182,93); }
td.TdClassName
{
border-color: #E1B65D;
}
.TagClassName
{
border-color: #E1B65D;
}
</style>