COLOR #E0BA58

HEX: #E0BA58 RGB: (224,186,88)

Color info

#E0BA58 contains mainly red and green colors. Web safe color of #E0BA58 is #CCCC66 (or #CC6).

RGB color model

#E0BA58 color RGB value is (224,186,88).

RGB: (224,186,88) (88%, 73%, 35%)

RGB channels and saturation

R 224 of 255 = 88%
G 186 of 255 = 73%
B 88 of 255 = 35%

224
186
88

R + G + B ~ 65%. #E0BA58 is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 186 + 88 = 498 (100%)
R 224 of 498 ~ 44.98%
G 186 of 498 ~ 37.35%
B 88 of 498 ~ 17.67'%

%44.98
%37.35
%17.67

CMYK color model

#E0BA58 color CMYK value is (0,17,61,12).

  • cyan value is 0.00%
  • magenta value is 16.96%
  • yellow value is 60.71%
  • key color value is 12.16%
CMYK: (0,17,61,12) C0M17Y61K12 (0%,17%,61%,12%) (0.00/0.17/0.61/0.12) 

CMYK percentages

%0
%16.96
%60.71
%12.16

Codes

Color #E0BA58 in popluar color models

E0 BA 58
RGB 224 186 88
HSL 43° 68.69% 61.18%
HSB/HSV 43° 60.71% 87.84%
CMYK 0.00% 16.96% 60.71%
12.16%

Color #E0BA58 in popluar number systems.

HEX E0 BA 58
Decimal 224 186 88
Binary 11100000 10111010 1011000
Octal 340 272 130

Shades and tints

Shades of #E0BA58

#E0BA58
(224,186,88)
#CCAA50
(204,170,80)
#B89A48
(184,154,72)
#A48A40
(164,138,64)
#907A38
(144,122,56)
#7C6A30
(124,106,48)
#685A28
(104,90,40)
#544A20
(84,74,32)
#403A18
(64,58,24)
#2C2A10
(44,42,16)
#181A08
(24,26,8)
#000000
(0,0,0)

Tints of #E0BA58

#E0BA58
(224,186,88)
#E2C067
(226,192,103)
#E4C676
(228,198,118)
#E6CC85
(230,204,133)
#E8D294
(232,210,148)
#EAD8A3
(234,216,163)
#ECDEB2
(236,222,178)
#EEE4C1
(238,228,193)
#F0EAD0
(240,234,208)
#F2F0DF
(242,240,223)
#F4F6EE
(244,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0BA58 color. Also use rgb(224,186,88) instead hex code.

Text Font Color

.myTextColor { color: #E0BA58; }

<p style="color:#E0BA58">This sample text font color is #E0BA58.</p>

This text font color is #E0BA58.

Background Color

.myBgColor { background-color: #E0BA58; }

<div style="background-color:#E0BA58">Inner text</div>

This div background color is #E0BA58.

Border color

.myBorderColor { border: 1px solid #E0BA58; }

<div style="border:3px solid #E0BA58">Div</div>

This div border color is #E0BA58.

Opacity

.myOpacity80 { color: #E0BA58; opacity: 0.8; }

<p style="color:#E0BA58;opacity:0.8;">80%</p>

Text with #E0BA58 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E0BA58;}

<p style="text-shadow: 3px 3px 1px #E0BA58">Text here.</p>

This text has shadow with #E0BA58 color.


.textShadow {text-shadow: 3px 3px 1px #E0BA58', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E0BA58, 5px 5px 20px red">Text here.</p>

This text has shadow with #E0BA58 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E0BA58, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E0BA58, Direction=45, Strength=4)">Text</p>

This text has shadow with #E0BA58 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E0BA58;
-webkit-box-shadow: 1px 1px 3px 2px #E0BA58;
box-shadow: 1px 1px 3px 2px #E0BA58;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E0BA58; -webkit-box-shadow: 1px 1px 3px 2px #E0BA58; box-shadow:1px 1px 3px 2px #E0BA58;">
Div content here
</div>

This div box has shadow with color #E0BA58.

Preview

Color preview on black background

This text has color #E0BA58 on black background.


Color preview on white background

This text has color #E0BA58 on white background.


Black color preview on #E0BA58 background

This text has black color on #E0BA58 background.


White color preview on #E0BA58 background

This text has white color on #E0BA58 background.


Related colors

Complementary color

Complementary color for #hex is #1F45A7.


I love getcolorcode.com

Triadic colors

1 #58E0BA and #BA58E0 with #E0BA58 are triadic colors.

2 #58BAE0 and #BAE058 with #E0BA58 are triadic colors.