Shades of Equator #E0BC65
Tints of Equator #E0BC65
RGB
CMYK
RGB Variations
Color information
#E0BC65 (or 0xE0BC65) is known color: Equator. HEX triplet: E0, BC and 65. RGB value is (224,188,101). Sum of RGB (Red+Green+Blue) = 224+188+101=513 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.66% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 101 (39.84% from 255 or 19.69% from 513); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BC65 is #1F439A. Grayscale: #BDBDBD. Windows color (decimal): -2048923 or 6667488. OLE color: 6667488.
HSL color Cylindrical-coordinate representation of color #E0BC65: hue angle of 42.44º degrees, saturation: 0.66, 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 #E0BC65 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 188 | 101 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.12 |
| HSL | 42.44º | 0.66% | 0.64% | - |
| HSV(B) | 42.44º | 0.55% | 0.88% | - |
| XYZ | 51.07 | 52.75 | 19.8 | - |
| YUV | 188.85 | 78.43 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 188 | 101 | 0 | 0.16 | 0.55 | 0.12 | 42.44 | 0.66 | 0.64 |
| Hex | E0 | BC | 65 | 0 | 10 | 37 | C | 2A | 42 | 40 |
| Octal | 340 | 274 | 145 | 0 | 20 | 67 | 14 | 52 | 102 | 100 |
| Binary | 11100000 | 10111100 | 1100101 | 0 | 10000 | 110111 | 1100 | 101010 | 1000010 | 1000000 |
Color Harmonies of #E0BC65
Complementary color
Monochromatic Colors of #E0BC65
Black with #E0BC65
Text Example
Text Example
White with #E0BC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BC65; }
p { color: rgb(224,188,101); }
H1.HeaderClassName
{
color: #E0BC65;
}
.AnyTagClassName
{
color: #E0BC65;
}
</style>
background-color css
<style>
a { background-color: #E0BC65; }
a { background-color: rgb(224,188,101); }
div.DivClassName
{
background-color: #E0BC65;
}
.BgClassName
{
background-color: #E0BC65;
}
</style>
border-color css
<style>
span { border-color: #E0BC65; }
span { border-color: rgb(224,188,101); }
td.TdClassName
{
border-color: #E0BC65;
}
.TagClassName
{
border-color: #E0BC65;
}
</style>