Shades of Equator #E2B35C
Tints of Equator #E2B35C
RGB
CMYK
RGB Variations
Color information
#E2B35C (or 0xE2B35C) is known color: Equator. HEX triplet: E2, B3 and 5C. RGB value is (226,179,92). Sum of RGB (Red+Green+Blue) = 226+179+92=497 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.47% from 497); Green value is 179 (70.31% from 255 or 36.02% from 497); Blue value is 92 (36.33% from 255 or 18.51% from 497); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B35C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B35C is #1D4CA3. Grayscale: #B7B7B7. Windows color (decimal): -1920164 or 6075362. OLE color: 6075362.
HSL color Cylindrical-coordinate representation of color #E2B35C: hue angle of 38.96º 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 #E2B35C is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 179 | 92 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.11 |
| HSL | 38.96º | 0.7% | 0.62% | - |
| HSV(B) | 38.96º | 0.59% | 0.89% | - |
| XYZ | 49.42 | 49.18 | 17.01 | - |
| YUV | 183.14 | 76.57 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 179 | 92 | 0 | 0.21 | 0.59 | 0.11 | 38.96 | 0.7 | 0.62 |
| Hex | E2 | B3 | 5C | 0 | 15 | 3B | B | 27 | 46 | 3E |
| Octal | 342 | 263 | 134 | 0 | 25 | 73 | 13 | 47 | 106 | 76 |
| Binary | 11100010 | 10110011 | 1011100 | 0 | 10101 | 111011 | 1011 | 100111 | 1000110 | 111110 |
Color Harmonies of #E2B35C
Complementary color
Monochromatic Colors of #E2B35C
Black with #E2B35C
Text Example
Text Example
White with #E2B35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B35C; }
p { color: rgb(226,179,92); }
H1.HeaderClassName
{
color: #E2B35C;
}
.AnyTagClassName
{
color: #E2B35C;
}
</style>
background-color css
<style>
a { background-color: #E2B35C; }
a { background-color: rgb(226,179,92); }
div.DivClassName
{
background-color: #E2B35C;
}
.BgClassName
{
background-color: #E2B35C;
}
</style>
border-color css
<style>
span { border-color: #E2B35C; }
span { border-color: rgb(226,179,92); }
td.TdClassName
{
border-color: #E2B35C;
}
.TagClassName
{
border-color: #E2B35C;
}
</style>