Shades of Equator #E3BD5F
Tints of Equator #E3BD5F
RGB
CMYK
RGB Variations
Color information
#E3BD5F (or 0xE3BD5F) is known color: Equator. HEX triplet: E3, BD and 5F. RGB value is (227,189,95). Sum of RGB (Red+Green+Blue) = 227+189+95=511 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.42% from 511); Green value is 189 (74.22% from 255 or 36.99% from 511); Blue value is 95 (37.5% from 255 or 18.59% from 511); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BD5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3BD5F is #1C42A0. Grayscale: #BEBEBE. Windows color (decimal): -1852065 or 6274531. OLE color: 6274531.
HSL color Cylindrical-coordinate representation of color #E3BD5F: hue angle of 42.73º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E3BD5F is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 189 | 95 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.11 |
| HSL | 42.73º | 0.7% | 0.63% | - |
| HSV(B) | 42.73º | 0.58% | 0.89% | - |
| XYZ | 51.94 | 53.55 | 18.43 | - |
| YUV | 189.65 | 74.59 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 189 | 95 | 0 | 0.17 | 0.58 | 0.11 | 42.73 | 0.7 | 0.63 |
| Hex | E3 | BD | 5F | 0 | 11 | 3A | B | 2B | 46 | 3F |
| Octal | 343 | 275 | 137 | 0 | 21 | 72 | 13 | 53 | 106 | 77 |
| Binary | 11100011 | 10111101 | 1011111 | 0 | 10001 | 111010 | 1011 | 101011 | 1000110 | 111111 |
Color Harmonies of #E3BD5F
Complementary color
Monochromatic Colors of #E3BD5F
Black with #E3BD5F
Text Example
Text Example
White with #E3BD5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BD5F; }
p { color: rgb(227,189,95); }
H1.HeaderClassName
{
color: #E3BD5F;
}
.AnyTagClassName
{
color: #E3BD5F;
}
</style>
background-color css
<style>
a { background-color: #E3BD5F; }
a { background-color: rgb(227,189,95); }
div.DivClassName
{
background-color: #E3BD5F;
}
.BgClassName
{
background-color: #E3BD5F;
}
</style>
border-color css
<style>
span { border-color: #E3BD5F; }
span { border-color: rgb(227,189,95); }
td.TdClassName
{
border-color: #E3BD5F;
}
.TagClassName
{
border-color: #E3BD5F;
}
</style>