Shades of Equator #E0BC5C
Tints of Equator #E0BC5C
RGB
CMYK
RGB Variations
Color information
#E0BC5C (or 0xE0BC5C) is known color: Equator. HEX triplet: E0, BC and 5C. RGB value is (224,188,92). Sum of RGB (Red+Green+Blue) = 224+188+92=504 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.44% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 92 (36.33% from 255 or 18.25% from 504); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BC5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BC5C is #1F43A3. Grayscale: #BCBCBC. Windows color (decimal): -2048932 or 6077664. OLE color: 6077664.
HSL color Cylindrical-coordinate representation of color #E0BC5C: hue angle of 43.64º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E0BC5C is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 188 | 92 | - |
| CMYK | 0 | 0.16 | 0.59 | 0.12 |
| HSL | 43.64º | 0.68% | 0.62% | - |
| HSV(B) | 43.64º | 0.59% | 0.88% | - |
| XYZ | 50.66 | 52.59 | 17.61 | - |
| YUV | 187.82 | 73.93 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 188 | 92 | 0 | 0.16 | 0.59 | 0.12 | 43.64 | 0.68 | 0.62 |
| Hex | E0 | BC | 5C | 0 | 10 | 3B | C | 2C | 44 | 3E |
| Octal | 340 | 274 | 134 | 0 | 20 | 73 | 14 | 54 | 104 | 76 |
| Binary | 11100000 | 10111100 | 1011100 | 0 | 10000 | 111011 | 1100 | 101100 | 1000100 | 111110 |
Color Harmonies of #E0BC5C
Complementary color
Monochromatic Colors of #E0BC5C
Black with #E0BC5C
Text Example
Text Example
White with #E0BC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BC5C; }
p { color: rgb(224,188,92); }
H1.HeaderClassName
{
color: #E0BC5C;
}
.AnyTagClassName
{
color: #E0BC5C;
}
</style>
background-color css
<style>
a { background-color: #E0BC5C; }
a { background-color: rgb(224,188,92); }
div.DivClassName
{
background-color: #E0BC5C;
}
.BgClassName
{
background-color: #E0BC5C;
}
</style>
border-color css
<style>
span { border-color: #E0BC5C; }
span { border-color: rgb(224,188,92); }
td.TdClassName
{
border-color: #E0BC5C;
}
.TagClassName
{
border-color: #E0BC5C;
}
</style>