COLOR #EB4F25

HEX: #EB4F25
RGB: (235,79,37)

Color info

#EB4F25 contains mainly red color. Web safe color of #EB4F25 is #FF6633 (or #F63).

RGB color model

#EB4F25 color RGB value is (235,79,37).

  • red value is 235;
  • green value is 79;
  • blue value is 37.
RGB:
(235,79,37)
(92%,31%,15%)

RGB channels and saturation

R 235 of 255 = 92%
G 79 of 255 = 31%
B 37 of 255 = 15%

235
79
37

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

Portions of RGB colors in percentages

R + G + B =
235 + 79 + 37 = 351 (100%)
R 235 of 351 ~ 66.95%
G 79 of 351 ~ 22.51%
B 37 of 351 ~ 10.54%

%66.95
%22.51
%10.54

CMYK color model

#EB4F25 color CMYK value is (0,66,84,8).

  • cyan value is 0.00%
  • magenta value is 66.38%
  • yellow value is 84.26%
  • key color value is 7.84%
CMYK:
(0,66,84,8)
C0M66Y84K8 
(0%,66%,84%,8%)
(0.00/0.66/0.84/0.08)	

CMYK percentages

%0
%66.38
%84.26
%7.84

Codes

Color #EB4F25 in popluar color models

EB4F25
RGB2357937
HSL13°83.19%53.33%
HSB/HSV13°84.26%92.16%
CMYK0.00%66.38%84.26%
7.84%

Color #EB4F25 in popluar number systems.

HEXEB4F25
Decimal2357937
Binary111010111001111100101
Octal35311745

Shades and tints

Shades of #EB4F25

#EB4F25
(235,79,37)
#D64822
(214,72,34)
#C1411F
(193,65,31)
#AC3A1C
(172,58,28)
#973319
(151,51,25)
#822C16
(130,44,22)
#6D2513
(109,37,19)
#581E10
(88,30,16)
#43170D
(67,23,13)
#2E100A
(46,16,10)
#190907
(25,9,7)
#000000
(0,0,0)

Tints of #EB4F25

#EB4F25
(235,79,37)
#EC5F38
(236,95,56)
#ED6F4B
(237,111,75)
#EE7F5E
(238,127,94)
#EF8F71
(239,143,113)
#F09F84
(240,159,132)
#F1AF97
(241,175,151)
#F2BFAA
(242,191,170)
#F3CFBD
(243,207,189)
#F4DFD0
(244,223,208)
#F5EFE3
(245,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB4F25 color. Also use rgb(235,79,37) instead hex code.

Text Font Color

.myTextColor { color: #EB4F25; }

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

This text font color is #EB4F25.


Background Color

.myBgColor { background-color: #EB4F25; }

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

This div background color is #EB4F25.


Border color

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

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

This div border color is #EB4F25.


Opacity

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

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

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

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

This text has shadow with #EB4F25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB4F25 on black background.


Color preview on white background

This text has color #EB4F25 on white background.



Black color preview on #EB4F25 background

This text has black color on #EB4F25 background.


White color preview on #EB4F25 background

This text has white color on #EB4F25 background.