Shades of Equator #E0B863
Tints of Equator #E0B863
RGB
CMYK
RGB Variations
Color information
#E0B863 (or 0xE0B863) is known color: Equator. HEX triplet: E0, B8 and 63. RGB value is (224,184,99). Sum of RGB (Red+Green+Blue) = 224+184+99=507 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.18% from 507); Green value is 184 (72.27% from 255 or 36.29% from 507); Blue value is 99 (39.06% from 255 or 19.53% from 507); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B863 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B863 is #1F479C. Grayscale: #BABABA. Windows color (decimal): -2049949 or 6535392. OLE color: 6535392.
HSL color Cylindrical-coordinate representation of color #E0B863: hue angle of 40.8º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E0B863 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 184 | 99 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.12 |
| HSL | 40.8º | 0.67% | 0.63% | - |
| HSV(B) | 40.8º | 0.56% | 0.88% | - |
| XYZ | 50.13 | 51.03 | 19.01 | - |
| YUV | 186.27 | 78.75 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 184 | 99 | 0 | 0.18 | 0.56 | 0.12 | 40.8 | 0.67 | 0.63 |
| Hex | E0 | B8 | 63 | 0 | 12 | 38 | C | 29 | 43 | 3F |
| Octal | 340 | 270 | 143 | 0 | 22 | 70 | 14 | 51 | 103 | 77 |
| Binary | 11100000 | 10111000 | 1100011 | 0 | 10010 | 111000 | 1100 | 101001 | 1000011 | 111111 |
Color Harmonies of #E0B863
Complementary color
Monochromatic Colors of #E0B863
Black with #E0B863
Text Example
Text Example
White with #E0B863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B863; }
p { color: rgb(224,184,99); }
H1.HeaderClassName
{
color: #E0B863;
}
.AnyTagClassName
{
color: #E0B863;
}
</style>
background-color css
<style>
a { background-color: #E0B863; }
a { background-color: rgb(224,184,99); }
div.DivClassName
{
background-color: #E0B863;
}
.BgClassName
{
background-color: #E0B863;
}
</style>
border-color css
<style>
span { border-color: #E0B863; }
span { border-color: rgb(224,184,99); }
td.TdClassName
{
border-color: #E0B863;
}
.TagClassName
{
border-color: #E0B863;
}
</style>