Shades of Equator #E0BD63
Tints of Equator #E0BD63
RGB
CMYK
RGB Variations
Color information
#E0BD63 (or 0xE0BD63) is known color: Equator. HEX triplet: E0, BD and 63. RGB value is (224,189,99). Sum of RGB (Red+Green+Blue) = 224+189+99=512 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.75% from 512); Green value is 189 (74.22% from 255 or 36.91% from 512); Blue value is 99 (39.06% from 255 or 19.34% from 512); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BD63 is #1F429C. Grayscale: #BDBDBD. Windows color (decimal): -2048669 or 6536672. OLE color: 6536672.
HSL color Cylindrical-coordinate representation of color #E0BD63: hue angle of 43.2º 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 #E0BD63 is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 189 | 99 | - |
| CMYK | 0 | 0.16 | 0.56 | 0.12 |
| HSL | 43.2º | 0.67% | 0.63% | - |
| HSV(B) | 43.2º | 0.56% | 0.88% | - |
| XYZ | 51.19 | 53.14 | 19.36 | - |
| YUV | 189.21 | 77.1 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 189 | 99 | 0 | 0.16 | 0.56 | 0.12 | 43.2 | 0.67 | 0.63 |
| Hex | E0 | BD | 63 | 0 | 10 | 38 | C | 2B | 43 | 3F |
| Octal | 340 | 275 | 143 | 0 | 20 | 70 | 14 | 53 | 103 | 77 |
| Binary | 11100000 | 10111101 | 1100011 | 0 | 10000 | 111000 | 1100 | 101011 | 1000011 | 111111 |
Color Harmonies of #E0BD63
Complementary color
Monochromatic Colors of #E0BD63
Black with #E0BD63
Text Example
Text Example
White with #E0BD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BD63; }
p { color: rgb(224,189,99); }
H1.HeaderClassName
{
color: #E0BD63;
}
.AnyTagClassName
{
color: #E0BD63;
}
</style>
background-color css
<style>
a { background-color: #E0BD63; }
a { background-color: rgb(224,189,99); }
div.DivClassName
{
background-color: #E0BD63;
}
.BgClassName
{
background-color: #E0BD63;
}
</style>
border-color css
<style>
span { border-color: #E0BD63; }
span { border-color: rgb(224,189,99); }
td.TdClassName
{
border-color: #E0BD63;
}
.TagClassName
{
border-color: #E0BD63;
}
</style>