Shades of Equator #E2BD63
Tints of Equator #E2BD63
RGB
CMYK
RGB Variations
Color information
#E2BD63 (or 0xE2BD63) is known color: Equator. HEX triplet: E2, BD and 63. RGB value is (226,189,99). Sum of RGB (Red+Green+Blue) = 226+189+99=514 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.97% from 514); Green value is 189 (74.22% from 255 or 36.77% from 514); Blue value is 99 (39.06% from 255 or 19.26% from 514); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BD63 is #1D429C. Grayscale: #BEBEBE. Windows color (decimal): -1917597 or 6536674. OLE color: 6536674.
HSL color Cylindrical-coordinate representation of color #E2BD63: hue angle of 42.52º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E2BD63 is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 189 | 99 | - |
| CMYK | 0 | 0.16 | 0.56 | 0.11 |
| HSL | 42.52º | 0.69% | 0.64% | - |
| HSV(B) | 42.52º | 0.56% | 0.89% | - |
| XYZ | 51.81 | 53.46 | 19.39 | - |
| YUV | 189.8 | 76.76 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 189 | 99 | 0 | 0.16 | 0.56 | 0.11 | 42.52 | 0.69 | 0.64 |
| Hex | E2 | BD | 63 | 0 | 10 | 38 | B | 2B | 45 | 40 |
| Octal | 342 | 275 | 143 | 0 | 20 | 70 | 13 | 53 | 105 | 100 |
| Binary | 11100010 | 10111101 | 1100011 | 0 | 10000 | 111000 | 1011 | 101011 | 1000101 | 1000000 |
Color Harmonies of #E2BD63
Complementary color
Monochromatic Colors of #E2BD63
Black with #E2BD63
Text Example
Text Example
White with #E2BD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BD63; }
p { color: rgb(226,189,99); }
H1.HeaderClassName
{
color: #E2BD63;
}
.AnyTagClassName
{
color: #E2BD63;
}
</style>
background-color css
<style>
a { background-color: #E2BD63; }
a { background-color: rgb(226,189,99); }
div.DivClassName
{
background-color: #E2BD63;
}
.BgClassName
{
background-color: #E2BD63;
}
</style>
border-color css
<style>
span { border-color: #E2BD63; }
span { border-color: rgb(226,189,99); }
td.TdClassName
{
border-color: #E2BD63;
}
.TagClassName
{
border-color: #E2BD63;
}
</style>