COLOR #EBC58F

HEX: #EBC58F RGB: (235,197,143)

Color info

#EBC58F contains mainly red and green colors. Web safe color of #EBC58F is #FFCC99 (or #FC9).

RGB color model

#EBC58F color RGB value is (235,197,143).

RGB: (235,197,143) (92%, 77%, 56%)

RGB channels and saturation

R 235 of 255 = 92%
G 197 of 255 = 77%
B 143 of 255 = 56%

235
197
143

R + G + B ~ 75%. #EBC58F is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 197 + 143 = 575 (100%)
R 235 of 575 ~ 40.87%
G 197 of 575 ~ 34.26%
B 143 of 575 ~ 24.87'%

%40.87
%34.26
%24.87

CMYK color model

#EBC58F color CMYK value is (0,16,39,8).

  • cyan value is 0.00%
  • magenta value is 16.17%
  • yellow value is 39.15%
  • key color value is 7.84%

CMYK: (0,16,39,8)
C0M16Y39K8 (0%, 16%, 39%, 8%)
(0.00 / 0.16 / 0.39 / 0.08)

CMYK percentages

%0
%16.17
%39.15
%7.84

Codes

Color #EBC58F in popluar color models

EB C5 8F
RGB 235 197 143
HSL 35° 69.70% 74.12%
HSB/HSV 35° 39.15% 92.16%
CMYK 0.00% 16.17% 39.15%
7.84%

Color #EBC58F in popluar number systems.

HEX EB C5 8F
Decimal 235 197 143
Binary 11101011 11000101 10001111
Octal 353 305 217

Shades and tints

Shades of #EBC58F

#EBC58F
(235,197,143)
#D6B482
(214,180,130)
#C1A375
(193,163,117)
#AC9268
(172,146,104)
#97815B
(151,129,91)
#82704E
(130,112,78)
#6D5F41
(109,95,65)
#584E34
(88,78,52)
#433D27
(67,61,39)
#2E2C1A
(46,44,26)
#191B0D
(25,27,13)
#000000
(0,0,0)

Tints of #EBC58F

#EBC58F
(235,197,143)
#ECCA99
(236,202,153)
#EDCFA3
(237,207,163)
#EED4AD
(238,212,173)
#EFD9B7
(239,217,183)
#F0DEC1
(240,222,193)
#F1E3CB
(241,227,203)
#F2E8D5
(242,232,213)
#F3EDDF
(243,237,223)
#F4F2E9
(244,242,233)
#F5F7F3
(245,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBC58F color. Also use rgb(235,197,143) instead hex code.

Text Font Color

.myTextColor { color: #EBC58F; }

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

This text font color is #EBC58F.

Background Color

.myBgColor { background-color: #EBC58F; }

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

This div background color is #EBC58F.

Border color

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

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

This div border color is #EBC58F.

Opacity

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

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

Text with #EBC58F 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 #EBC58F;}

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

This text has shadow with #EBC58F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBC58F.

Preview

Color preview on black background

This text has color #EBC58F on black background.


Color preview on white background

This text has color #EBC58F on white background.


Black color preview on #EBC58F background

This text has black color on #EBC58F background.


White color preview on #EBC58F background

This text has white color on #EBC58F background.


Related colors

Complementary color

Complementary color for #hex is #143A70.


I love getcolorcode.com

Triadic colors

1 #8FEBC5 and #C58FEB with #EBC58F are triadic colors.

2 #8FC5EB and #C5EB8F with #EBC58F are triadic colors.