#e0ba5b

Color #E0BA5B Equator (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Equator #E0BA5B

Tints of Equator #E0BA5B

Color information

#E0BA5B (or 0xE0BA5B) is unknown color: approx Equator. HEX triplet: E0, BA and 5B. RGB value is (224,186,91). Sum of RGB (Red+Green+Blue) = 224+186+91=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 91 (35.94% from 255 or 18.16% from 501); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BA5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BA5B is #1F45A4. Grayscale: #BABABA. Windows color (decimal): -2049445 or 6011616. OLE color: 6011616.

HSL color Cylindrical-coordinate representation of color #E0BA5B: hue angle of 42.86º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E0BA5B is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB22418691-
CMYK00.170.590.12
HSL42.86º68.21%61.76%-
HSV(B)42.86º59.38%87.84%-
XYZ50.1951.7217.24-
YUV186.5374.09154.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 224 (87.89% from 255) = 44.71%
GREEN value IS 186 (73.05% from 255) = 37.13%
BLUE value IS 91 (35.94% from 255) = 18.16%
R=44.71%
G=37.13%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241869100.170.590.1242.8668.2161.76
HexE0BA5B0113BC2b443e
Octal34027213302173145310476
Binary1110000010111010101101101000111101111001010111000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0ba5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0ba5b; }

 p { color: rgb(224,186,91); }

 H1.HeaderClassName
 {
   color: #e0ba5b;
 }
 .AnyTagClassName
 {
   color: #e0ba5b;
 }
</style>
background-color css

<style>
 a { background-color: #e0ba5b; }

 a { background-color: rgb(224,186,91); }

 div.DivClassName
 {
   background-color: #e0ba5b;
 }
 .BgClassName
 {
   background-color: #e0ba5b;
 }
</style>
border-color css

<style>
 span { border-color: #e0ba5b; }

 span { border-color: rgb(224,186,91); }

 td.TdClassName
 {
   border-color: #e0ba5b;
 }
 .TagClassName
 {
   border-color: #e0ba5b;
 }
</style>