Shades of Equator #E0BD62
Tints of Equator #E0BD62
RGB
CMYK
RGB Variations
Color information
#E0BD62 (or 0xE0BD62) is known color: Equator. HEX triplet: E0, BD and 62. RGB value is (224,189,98). Sum of RGB (Red+Green+Blue) = 224+189+98=511 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.84% from 511); Green value is 189 (74.22% from 255 or 36.99% from 511); Blue value is 98 (38.67% from 255 or 19.18% from 511); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BD62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BD62 is #1F429D. Grayscale: #BDBDBD. Windows color (decimal): -2048670 or 6471136. OLE color: 6471136.
HSL color Cylindrical-coordinate representation of color #E0BD62: hue angle of 43.33º 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 #E0BD62 is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 189 | 98 | - |
| CMYK | 0 | 0.16 | 0.56 | 0.12 |
| HSL | 43.33º | 0.67% | 0.63% | - |
| HSV(B) | 43.33º | 0.56% | 0.88% | - |
| XYZ | 51.14 | 53.12 | 19.11 | - |
| YUV | 189.09 | 76.6 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 189 | 98 | 0 | 0.16 | 0.56 | 0.12 | 43.33 | 0.67 | 0.63 |
| Hex | E0 | BD | 62 | 0 | 10 | 38 | C | 2B | 43 | 3F |
| Octal | 340 | 275 | 142 | 0 | 20 | 70 | 14 | 53 | 103 | 77 |
| Binary | 11100000 | 10111101 | 1100010 | 0 | 10000 | 111000 | 1100 | 101011 | 1000011 | 111111 |
Color Harmonies of #E0BD62
Complementary color
Monochromatic Colors of #E0BD62
Black with #E0BD62
Text Example
Text Example
White with #E0BD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BD62; }
p { color: rgb(224,189,98); }
H1.HeaderClassName
{
color: #E0BD62;
}
.AnyTagClassName
{
color: #E0BD62;
}
</style>
background-color css
<style>
a { background-color: #E0BD62; }
a { background-color: rgb(224,189,98); }
div.DivClassName
{
background-color: #E0BD62;
}
.BgClassName
{
background-color: #E0BD62;
}
</style>
border-color css
<style>
span { border-color: #E0BD62; }
span { border-color: rgb(224,189,98); }
td.TdClassName
{
border-color: #E0BD62;
}
.TagClassName
{
border-color: #E0BD62;
}
</style>