#E0BA5D

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

Shades of Equator #E0BA5D

Tints of Equator #E0BA5D

Color information

#E0BA5D (or 0xE0BA5D) is unknown color: approx Equator. HEX triplet: E0, BA and 5D. RGB value is (224,186,93). Sum of RGB (Red+Green+Blue) = 224+186+93=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 93 (36.72% from 255 or 18.49% from 503); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BA5D is #1F45A2. Grayscale: #BBBBBB. Windows color (decimal): -2049443 or 6142688. OLE color: 6142688.

HSL color Cylindrical-coordinate representation of color #E0BA5D: hue angle of 42.6º 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 #E0BA5D is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB22418693-
CMYK00.170.580.12
HSL42.6º67.88%62.16%-
HSV(B)42.6º58.48%87.84%-
XYZ50.2851.7617.7-
YUV186.7675.09154.56-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.53%
GREEN value IS 186 (73.05% from 255) = 36.98%
BLUE value IS 93 (36.72% from 255) = 18.49%
R=44.53%
G=36.98%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241869300.170.580.1242.667.8862.16
HexE0BA5D0113AC2b443e
Octal34027213502172145310476
Binary1110000010111010101110101000111101011001010111000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BA5D; }

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

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

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

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

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

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

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

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