COLOR #EA8758

HEX: #EA8758 RGB: (234,135,88)

Color info

#EA8758 contains mainly red color. Web safe color of #EA8758 is #FF9966 (or #F96).

RGB color model

#EA8758 color RGB value is (234,135,88).

RGB: (234,135,88) (92%, 53%, 35%)

RGB channels and saturation

R 234 of 255 = 92%
G 135 of 255 = 53%
B 88 of 255 = 35%

234
135
88

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

Portions of RGB colors in percentages

R + G + B = 234 + 135 + 88 = 457 (100%)
R 234 of 457 ~ 51.2%
G 135 of 457 ~ 29.54%
B 88 of 457 ~ 19.26'%

%51.2
%29.54
%19.26

CMYK color model

#EA8758 color CMYK value is (0,42,62,8).

  • cyan value is 0.00%
  • magenta value is 42.31%
  • yellow value is 62.39%
  • key color value is 8.24%

CMYK: (0,42,62,8)
C0M42Y62K8 (0%, 42%, 62%, 8%)
(0.00 / 0.42 / 0.62 / 0.08)

CMYK percentages

%0
%42.31
%62.39
%8.24

Codes

Color #EA8758 in popluar color models

EA 87 58
RGB 234 135 88
HSL 19° 77.66% 63.14%
HSB/HSV 19° 62.39% 91.76%
CMYK 0.00% 42.31% 62.39%
8.24%

Color #EA8758 in popluar number systems.

HEX EA 87 58
Decimal 234 135 88
Binary 11101010 10000111 1011000
Octal 352 207 130

Shades and tints

Shades of #EA8758

#EA8758
(234,135,88)
#D57B50
(213,123,80)
#C06F48
(192,111,72)
#AB6340
(171,99,64)
#965738
(150,87,56)
#814B30
(129,75,48)
#6C3F28
(108,63,40)
#573320
(87,51,32)
#422718
(66,39,24)
#2D1B10
(45,27,16)
#180F08
(24,15,8)
#000000
(0,0,0)

Tints of #EA8758

#EA8758
(234,135,88)
#EB9167
(235,145,103)
#EC9B76
(236,155,118)
#EDA585
(237,165,133)
#EEAF94
(238,175,148)
#EFB9A3
(239,185,163)
#F0C3B2
(240,195,178)
#F1CDC1
(241,205,193)
#F2D7D0
(242,215,208)
#F3E1DF
(243,225,223)
#F4EBEE
(244,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA8758 color. Also use rgb(234,135,88) instead hex code.

Text Font Color

.myTextColor { color: #EA8758; }

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

This text font color is #EA8758.

Background Color

.myBgColor { background-color: #EA8758; }

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

This div background color is #EA8758.

Border color

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

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

This div border color is #EA8758.

Opacity

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

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

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

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

This text has shadow with #EA8758 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EA8758.

Preview

Color preview on black background

This text has color #EA8758 on black background.


Color preview on white background

This text has color #EA8758 on white background.


Black color preview on #EA8758 background

This text has black color on #EA8758 background.


White color preview on #EA8758 background

This text has white color on #EA8758 background.


Related colors

Complementary color

Complementary color for #hex is #1578A7.


I love getcolorcode.com

Triadic colors

1 #58EA87 and #8758EA with #EA8758 are triadic colors.

2 #5887EA and #87EA58 with #EA8758 are triadic colors.