Shades of Equator #E0BC64
Tints of Equator #E0BC64
RGB
CMYK
RGB Variations
Color information
#E0BC64 (or 0xE0BC64) is known color: Equator. HEX triplet: E0, BC and 64. RGB value is (224,188,100). Sum of RGB (Red+Green+Blue) = 224+188+100=512 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.75% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 100 (39.45% from 255 or 19.53% from 512); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BC64 is #1F439B. Grayscale: #BDBDBD. Windows color (decimal): -2048924 or 6601952. OLE color: 6601952.
HSL color Cylindrical-coordinate representation of color #E0BC64: hue angle of 42.58º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E0BC64 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 188 | 100 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.12 |
| HSL | 42.58º | 0.67% | 0.64% | - |
| HSV(B) | 42.58º | 0.55% | 0.88% | - |
| XYZ | 51.02 | 52.73 | 19.55 | - |
| YUV | 188.73 | 77.93 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 188 | 100 | 0 | 0.16 | 0.55 | 0.12 | 42.58 | 0.67 | 0.64 |
| Hex | E0 | BC | 64 | 0 | 10 | 37 | C | 2B | 43 | 40 |
| Octal | 340 | 274 | 144 | 0 | 20 | 67 | 14 | 53 | 103 | 100 |
| Binary | 11100000 | 10111100 | 1100100 | 0 | 10000 | 110111 | 1100 | 101011 | 1000011 | 1000000 |
Color Harmonies of #E0BC64
Complementary color
Monochromatic Colors of #E0BC64
Black with #E0BC64
Text Example
Text Example
White with #E0BC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BC64; }
p { color: rgb(224,188,100); }
H1.HeaderClassName
{
color: #E0BC64;
}
.AnyTagClassName
{
color: #E0BC64;
}
</style>
background-color css
<style>
a { background-color: #E0BC64; }
a { background-color: rgb(224,188,100); }
div.DivClassName
{
background-color: #E0BC64;
}
.BgClassName
{
background-color: #E0BC64;
}
</style>
border-color css
<style>
span { border-color: #E0BC64; }
span { border-color: rgb(224,188,100); }
td.TdClassName
{
border-color: #E0BC64;
}
.TagClassName
{
border-color: #E0BC64;
}
</style>