Shades of Equator #E1BD61
Tints of Equator #E1BD61
RGB
CMYK
RGB Variations
Color information
#E1BD61 (or 0xE1BD61) is known color: Equator. HEX triplet: E1, BD and 61. RGB value is (225,189,97). Sum of RGB (Red+Green+Blue) = 225+189+97=511 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.03% from 511); Green value is 189 (74.22% from 255 or 36.99% from 511); Blue value is 97 (38.28% from 255 or 18.98% from 511); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BD61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BD61 is #1E429E. Grayscale: #BDBDBD. Windows color (decimal): -1983135 or 6405601. OLE color: 6405601.
HSL color Cylindrical-coordinate representation of color #E1BD61: hue angle of 43.12º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E1BD61 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 189 | 97 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.12 |
| HSL | 43.13º | 0.68% | 0.63% | - |
| HSV(B) | 43.13º | 0.57% | 0.88% | - |
| XYZ | 51.41 | 53.27 | 18.88 | - |
| YUV | 189.28 | 75.93 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 189 | 97 | 0 | 0.16 | 0.57 | 0.12 | 43.13 | 0.68 | 0.63 |
| Hex | E1 | BD | 61 | 0 | 10 | 39 | C | 2B | 44 | 3F |
| Octal | 341 | 275 | 141 | 0 | 20 | 71 | 14 | 53 | 104 | 77 |
| Binary | 11100001 | 10111101 | 1100001 | 0 | 10000 | 111001 | 1100 | 101011 | 1000100 | 111111 |
Color Harmonies of #E1BD61
Complementary color
Monochromatic Colors of #E1BD61
Black with #E1BD61
Text Example
Text Example
White with #E1BD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BD61; }
p { color: rgb(225,189,97); }
H1.HeaderClassName
{
color: #E1BD61;
}
.AnyTagClassName
{
color: #E1BD61;
}
</style>
background-color css
<style>
a { background-color: #E1BD61; }
a { background-color: rgb(225,189,97); }
div.DivClassName
{
background-color: #E1BD61;
}
.BgClassName
{
background-color: #E1BD61;
}
</style>
border-color css
<style>
span { border-color: #E1BD61; }
span { border-color: rgb(225,189,97); }
td.TdClassName
{
border-color: #E1BD61;
}
.TagClassName
{
border-color: #E1BD61;
}
</style>