Shades of Equator #E4BB5F
Tints of Equator #E4BB5F
RGB
CMYK
RGB Variations
Color information
#E4BB5F (or 0xE4BB5F) is known color: Equator. HEX triplet: E4, BB and 5F. RGB value is (228,187,95). Sum of RGB (Red+Green+Blue) = 228+187+95=510 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.71% from 510); Green value is 187 (73.44% from 255 or 36.67% from 510); Blue value is 95 (37.5% from 255 or 18.63% from 510); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BB5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4BB5F is #1B44A0. Grayscale: #BDBDBD. Windows color (decimal): -1787041 or 6274020. OLE color: 6274020.
HSL color Cylindrical-coordinate representation of color #E4BB5F: hue angle of 41.5º degrees, saturation: 0.71, 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 #E4BB5F is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 187 | 95 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.11 |
| HSL | 41.5º | 0.71% | 0.63% | - |
| HSV(B) | 41.5º | 0.58% | 0.89% | - |
| XYZ | 51.83 | 52.86 | 18.3 | - |
| YUV | 188.77 | 75.08 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 187 | 95 | 0 | 0.18 | 0.58 | 0.11 | 41.5 | 0.71 | 0.63 |
| Hex | E4 | BB | 5F | 0 | 12 | 3A | B | 2A | 47 | 3F |
| Octal | 344 | 273 | 137 | 0 | 22 | 72 | 13 | 52 | 107 | 77 |
| Binary | 11100100 | 10111011 | 1011111 | 0 | 10010 | 111010 | 1011 | 101010 | 1000111 | 111111 |
Color Harmonies of #E4BB5F
Complementary color
Monochromatic Colors of #E4BB5F
Black with #E4BB5F
Text Example
Text Example
White with #E4BB5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BB5F; }
p { color: rgb(228,187,95); }
H1.HeaderClassName
{
color: #E4BB5F;
}
.AnyTagClassName
{
color: #E4BB5F;
}
</style>
background-color css
<style>
a { background-color: #E4BB5F; }
a { background-color: rgb(228,187,95); }
div.DivClassName
{
background-color: #E4BB5F;
}
.BgClassName
{
background-color: #E4BB5F;
}
</style>
border-color css
<style>
span { border-color: #E4BB5F; }
span { border-color: rgb(228,187,95); }
td.TdClassName
{
border-color: #E4BB5F;
}
.TagClassName
{
border-color: #E4BB5F;
}
</style>