Shades of Equator #E6B25E
Tints of Equator #E6B25E
RGB
CMYK
RGB Variations
Color information
#E6B25E (or 0xE6B25E) is known color: Equator. HEX triplet: E6, B2 and 5E. RGB value is (230,178,94). Sum of RGB (Red+Green+Blue) = 230+178+94=502 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.82% from 502); Green value is 178 (69.92% from 255 or 35.46% from 502); Blue value is 94 (37.11% from 255 or 18.73% from 502); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B25E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6B25E is #194DA1. Grayscale: #B8B8B8. Windows color (decimal): -1658274 or 6206182. OLE color: 6206182.
HSL color Cylindrical-coordinate representation of color #E6B25E: hue angle of 37.06º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E6B25E is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 178 | 94 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.10 |
| HSL | 37.06º | 0.73% | 0.64% | - |
| HSV(B) | 37.06º | 0.59% | 0.9% | - |
| XYZ | 50.57 | 49.47 | 17.47 | - |
| YUV | 183.97 | 77.23 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 178 | 94 | 0 | 0.23 | 0.59 | 0.10 | 37.06 | 0.73 | 0.64 |
| Hex | E6 | B2 | 5E | 0 | 17 | 3B | A | 25 | 49 | 40 |
| Octal | 346 | 262 | 136 | 0 | 27 | 73 | 12 | 45 | 111 | 100 |
| Binary | 11100110 | 10110010 | 1011110 | 0 | 10111 | 111011 | 1010 | 100101 | 1001001 | 1000000 |
Color Harmonies of #E6B25E
Complementary color
Monochromatic Colors of #E6B25E
Black with #E6B25E
Text Example
Text Example
White with #E6B25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B25E; }
p { color: rgb(230,178,94); }
H1.HeaderClassName
{
color: #E6B25E;
}
.AnyTagClassName
{
color: #E6B25E;
}
</style>
background-color css
<style>
a { background-color: #E6B25E; }
a { background-color: rgb(230,178,94); }
div.DivClassName
{
background-color: #E6B25E;
}
.BgClassName
{
background-color: #E6B25E;
}
</style>
border-color css
<style>
span { border-color: #E6B25E; }
span { border-color: rgb(230,178,94); }
td.TdClassName
{
border-color: #E6B25E;
}
.TagClassName
{
border-color: #E6B25E;
}
</style>