Shades of Equator #E1BD5D
Tints of Equator #E1BD5D
RGB
CMYK
RGB Variations
Color information
#E1BD5D (or 0xE1BD5D) is known color: Equator. HEX triplet: E1, BD and 5D. RGB value is (225,189,93). Sum of RGB (Red+Green+Blue) = 225+189+93=507 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.38% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 93 (36.72% from 255 or 18.34% from 507); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BD5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BD5D is #1E42A2. Grayscale: #BDBDBD. Windows color (decimal): -1983139 or 6143457. OLE color: 6143457.
HSL color Cylindrical-coordinate representation of color #E1BD5D: hue angle of 43.64º 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 #E1BD5D is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 189 | 93 | - |
| CMYK | 0 | 0.16 | 0.59 | 0.12 |
| HSL | 43.64º | 0.69% | 0.62% | - |
| HSV(B) | 43.64º | 0.59% | 0.88% | - |
| XYZ | 51.22 | 53.19 | 17.92 | - |
| YUV | 188.82 | 73.93 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 189 | 93 | 0 | 0.16 | 0.59 | 0.12 | 43.64 | 0.69 | 0.62 |
| Hex | E1 | BD | 5D | 0 | 10 | 3B | C | 2C | 45 | 3E |
| Octal | 341 | 275 | 135 | 0 | 20 | 73 | 14 | 54 | 105 | 76 |
| Binary | 11100001 | 10111101 | 1011101 | 0 | 10000 | 111011 | 1100 | 101100 | 1000101 | 111110 |
Color Harmonies of #E1BD5D
Complementary color
Monochromatic Colors of #E1BD5D
Black with #E1BD5D
Text Example
Text Example
White with #E1BD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BD5D; }
p { color: rgb(225,189,93); }
H1.HeaderClassName
{
color: #E1BD5D;
}
.AnyTagClassName
{
color: #E1BD5D;
}
</style>
background-color css
<style>
a { background-color: #E1BD5D; }
a { background-color: rgb(225,189,93); }
div.DivClassName
{
background-color: #E1BD5D;
}
.BgClassName
{
background-color: #E1BD5D;
}
</style>
border-color css
<style>
span { border-color: #E1BD5D; }
span { border-color: rgb(225,189,93); }
td.TdClassName
{
border-color: #E1BD5D;
}
.TagClassName
{
border-color: #E1BD5D;
}
</style>