Shades of Equator #E1B25D
Tints of Equator #E1B25D
RGB
CMYK
RGB Variations
Color information
#E1B25D (or 0xE1B25D) is known color: Equator. HEX triplet: E1, B2 and 5D. RGB value is (225,178,93). Sum of RGB (Red+Green+Blue) = 225+178+93=496 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.36% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 93 (36.72% from 255 or 18.75% from 496); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1B25D is #1E4DA2. Grayscale: #B6B6B6. Windows color (decimal): -1985955 or 6140641. OLE color: 6140641.
HSL color Cylindrical-coordinate representation of color #E1B25D: hue angle of 38.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 #E1B25D is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 178 | 93 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.12 |
| HSL | 38.64º | 0.69% | 0.62% | - |
| HSV(B) | 38.64º | 0.59% | 0.88% | - |
| XYZ | 48.95 | 48.64 | 17.16 | - |
| YUV | 182.36 | 77.57 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 178 | 93 | 0 | 0.21 | 0.59 | 0.12 | 38.64 | 0.69 | 0.62 |
| Hex | E1 | B2 | 5D | 0 | 15 | 3B | C | 27 | 45 | 3E |
| Octal | 341 | 262 | 135 | 0 | 25 | 73 | 14 | 47 | 105 | 76 |
| Binary | 11100001 | 10110010 | 1011101 | 0 | 10101 | 111011 | 1100 | 100111 | 1000101 | 111110 |
Color Harmonies of #E1B25D
Complementary color
Monochromatic Colors of #E1B25D
Black with #E1B25D
Text Example
Text Example
White with #E1B25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B25D; }
p { color: rgb(225,178,93); }
H1.HeaderClassName
{
color: #E1B25D;
}
.AnyTagClassName
{
color: #E1B25D;
}
</style>
background-color css
<style>
a { background-color: #E1B25D; }
a { background-color: rgb(225,178,93); }
div.DivClassName
{
background-color: #E1B25D;
}
.BgClassName
{
background-color: #E1B25D;
}
</style>
border-color css
<style>
span { border-color: #E1B25D; }
span { border-color: rgb(225,178,93); }
td.TdClassName
{
border-color: #E1B25D;
}
.TagClassName
{
border-color: #E1B25D;
}
</style>