COLOR #EB8F4C

HEX: #EB8F4C RGB: (235,143,76)

Color info

#EB8F4C contains mainly red color. Web safe color of #EB8F4C is #FF9933 (or #F93).

RGB color model

#EB8F4C color RGB value is (235,143,76).

RGB: (235,143,76) (92%, 56%, 30%)

RGB channels and saturation

R 235 of 255 = 92%
G 143 of 255 = 56%
B 76 of 255 = 30%

235
143
76

R + G + B ~ 59%. #EB8F4C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 235 + 143 + 76 = 454 (100%)
R 235 of 454 ~ 51.76%
G 143 of 454 ~ 31.5%
B 76 of 454 ~ 16.74'%

%51.76
%31.5
%16.74

CMYK color model

#EB8F4C color CMYK value is (0,39,68,8).

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

CMYK: (0,39,68,8)
C0M39Y68K8 (0%, 39%, 68%, 8%)
(0.00 / 0.39 / 0.68 / 0.08)

CMYK percentages

%0
%39.15
%67.66
%7.84

Codes

Color #EB8F4C in popluar color models

EB 8F 4C
RGB 235 143 76
HSL 25° 79.90% 60.98%
HSB/HSV 25° 67.66% 92.16%
CMYK 0.00% 39.15% 67.66%
7.84%

Color #EB8F4C in popluar number systems.

HEX EB 8F 4C
Decimal 235 143 76
Binary 11101011 10001111 1001100
Octal 353 217 114

Shades and tints

Shades of #EB8F4C

#EB8F4C
(235,143,76)
#D68246
(214,130,70)
#C17540
(193,117,64)
#AC683A
(172,104,58)
#975B34
(151,91,52)
#824E2E
(130,78,46)
#6D4128
(109,65,40)
#583422
(88,52,34)
#43271C
(67,39,28)
#2E1A16
(46,26,22)
#190D10
(25,13,16)
#000000
(0,0,0)

Tints of #EB8F4C

#EB8F4C
(235,143,76)
#EC995C
(236,153,92)
#EDA36C
(237,163,108)
#EEAD7C
(238,173,124)
#EFB78C
(239,183,140)
#F0C19C
(240,193,156)
#F1CBAC
(241,203,172)
#F2D5BC
(242,213,188)
#F3DFCC
(243,223,204)
#F4E9DC
(244,233,220)
#F5F3EC
(245,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EB8F4C; }

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

This text font color is #EB8F4C.

Background Color

.myBgColor { background-color: #EB8F4C; }

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

This div background color is #EB8F4C.

Border color

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

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

This div border color is #EB8F4C.

Opacity

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

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

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

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

This text has shadow with #EB8F4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EB8F4C.

Preview

Color preview on black background

This text has color #EB8F4C on black background.


Color preview on white background

This text has color #EB8F4C on white background.


Black color preview on #EB8F4C background

This text has black color on #EB8F4C background.


White color preview on #EB8F4C background

This text has white color on #EB8F4C background.


Related colors

Complementary color

Complementary color for #hex is #1470B3.


I love getcolorcode.com

Triadic colors

1 #4CEB8F and #8F4CEB with #EB8F4C are triadic colors.

2 #4C8FEB and #8FEB4C with #EB8F4C are triadic colors.