Shades of Equator #E0BD5D
Tints of Equator #E0BD5D
RGB
CMYK
RGB Variations
Color information
#E0BD5D (or 0xE0BD5D) is known color: Equator. HEX triplet: E0, BD and 5D. RGB value is (224,189,93). Sum of RGB (Red+Green+Blue) = 224+189+93=506 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.27% from 506); Green value is 189 (74.22% from 255 or 37.35% from 506); Blue value is 93 (36.72% from 255 or 18.38% from 506); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BD5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BD5D is #1F42A2. Grayscale: #BCBCBC. Windows color (decimal): -2048675 or 6143456. OLE color: 6143456.
HSL color Cylindrical-coordinate representation of color #E0BD5D: hue angle of 43.97º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E0BD5D is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 189 | 93 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.12 |
| HSL | 43.97º | 0.68% | 0.62% | - |
| HSV(B) | 43.97º | 0.58% | 0.88% | - |
| XYZ | 50.91 | 53.03 | 17.91 | - |
| YUV | 188.52 | 74.1 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 189 | 93 | 0 | 0.16 | 0.58 | 0.12 | 43.97 | 0.68 | 0.62 |
| Hex | E0 | BD | 5D | 0 | 10 | 3A | C | 2C | 44 | 3E |
| Octal | 340 | 275 | 135 | 0 | 20 | 72 | 14 | 54 | 104 | 76 |
| Binary | 11100000 | 10111101 | 1011101 | 0 | 10000 | 111010 | 1100 | 101100 | 1000100 | 111110 |
Color Harmonies of #E0BD5D
Complementary color
Monochromatic Colors of #E0BD5D
Black with #E0BD5D
Text Example
Text Example
White with #E0BD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BD5D; }
p { color: rgb(224,189,93); }
H1.HeaderClassName
{
color: #E0BD5D;
}
.AnyTagClassName
{
color: #E0BD5D;
}
</style>
background-color css
<style>
a { background-color: #E0BD5D; }
a { background-color: rgb(224,189,93); }
div.DivClassName
{
background-color: #E0BD5D;
}
.BgClassName
{
background-color: #E0BD5D;
}
</style>
border-color css
<style>
span { border-color: #E0BD5D; }
span { border-color: rgb(224,189,93); }
td.TdClassName
{
border-color: #E0BD5D;
}
.TagClassName
{
border-color: #E0BD5D;
}
</style>