Shades of Equator #E2B55C
Tints of Equator #E2B55C
RGB
CMYK
RGB Variations
Color information
#E2B55C (or 0xE2B55C) is known color: Equator. HEX triplet: E2, B5 and 5C. RGB value is (226,181,92). Sum of RGB (Red+Green+Blue) = 226+181+92=499 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.29% from 499); Green value is 181 (71.09% from 255 or 36.27% from 499); Blue value is 92 (36.33% from 255 or 18.44% from 499); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B55C is #1D4AA3. Grayscale: #B8B8B8. Windows color (decimal): -1919652 or 6075874. OLE color: 6075874.
HSL color Cylindrical-coordinate representation of color #E2B55C: hue angle of 39.85º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E2B55C is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 181 | 92 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.11 |
| HSL | 39.85º | 0.7% | 0.62% | - |
| HSV(B) | 39.85º | 0.59% | 0.89% | - |
| XYZ | 49.82 | 49.99 | 17.15 | - |
| YUV | 184.31 | 75.91 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 181 | 92 | 0 | 0.20 | 0.59 | 0.11 | 39.85 | 0.7 | 0.62 |
| Hex | E2 | B5 | 5C | 0 | 14 | 3B | B | 28 | 46 | 3E |
| Octal | 342 | 265 | 134 | 0 | 24 | 73 | 13 | 50 | 106 | 76 |
| Binary | 11100010 | 10110101 | 1011100 | 0 | 10100 | 111011 | 1011 | 101000 | 1000110 | 111110 |
Color Harmonies of #E2B55C
Complementary color
Monochromatic Colors of #E2B55C
Black with #E2B55C
Text Example
Text Example
White with #E2B55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B55C; }
p { color: rgb(226,181,92); }
H1.HeaderClassName
{
color: #E2B55C;
}
.AnyTagClassName
{
color: #E2B55C;
}
</style>
background-color css
<style>
a { background-color: #E2B55C; }
a { background-color: rgb(226,181,92); }
div.DivClassName
{
background-color: #E2B55C;
}
.BgClassName
{
background-color: #E2B55C;
}
</style>
border-color css
<style>
span { border-color: #E2B55C; }
span { border-color: rgb(226,181,92); }
td.TdClassName
{
border-color: #E2B55C;
}
.TagClassName
{
border-color: #E2B55C;
}
</style>