COLOR #EA663F

HEX: #EA663F RGB: (234,102,63)

Color info

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

RGB color model

#EA663F color RGB value is (234,102,63).

RGB: (234,102,63) (92%, 40%, 25%)

RGB channels and saturation

R 234 of 255 = 92%
G 102 of 255 = 40%
B 63 of 255 = 25%

234
102
63

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

Portions of RGB colors in percentages

R + G + B = 234 + 102 + 63 = 399 (100%)
R 234 of 399 ~ 58.65%
G 102 of 399 ~ 25.56%
B 63 of 399 ~ 15.79'%

%58.65
%25.56
%15.79

CMYK color model

#EA663F color CMYK value is (0,56,73,8).

  • cyan value is 0.00%
  • magenta value is 56.41%
  • yellow value is 73.08%
  • key color value is 8.24%

CMYK: (0,56,73,8)
C0M56Y73K8 (0%, 56%, 73%, 8%)
(0.00 / 0.56 / 0.73 / 0.08)

CMYK percentages

%0
%56.41
%73.08
%8.24

Codes

Color #EA663F in popluar color models

EA 66 3F
RGB 234 102 63
HSL 14° 80.28% 58.24%
HSB/HSV 14° 73.08% 91.76%
CMYK 0.00% 56.41% 73.08%
8.24%

Color #EA663F in popluar number systems.

HEX EA 66 3F
Decimal 234 102 63
Binary 11101010 1100110 111111
Octal 352 146 77

Shades and tints

Shades of #EA663F

#EA663F
(234,102,63)
#D55D3A
(213,93,58)
#C05435
(192,84,53)
#AB4B30
(171,75,48)
#96422B
(150,66,43)
#813926
(129,57,38)
#6C3021
(108,48,33)
#57271C
(87,39,28)
#421E17
(66,30,23)
#2D1512
(45,21,18)
#180C0D
(24,12,13)
#000000
(0,0,0)

Tints of #EA663F

#EA663F
(234,102,63)
#EB7350
(235,115,80)
#EC8061
(236,128,97)
#ED8D72
(237,141,114)
#EE9A83
(238,154,131)
#EFA794
(239,167,148)
#F0B4A5
(240,180,165)
#F1C1B6
(241,193,182)
#F2CEC7
(242,206,199)
#F3DBD8
(243,219,216)
#F4E8E9
(244,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA663F color. Also use rgb(234,102,63) instead hex code.

Text Font Color

.myTextColor { color: #EA663F; }

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

This text font color is #EA663F.

Background Color

.myBgColor { background-color: #EA663F; }

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

This div background color is #EA663F.

Border color

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

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

This div border color is #EA663F.

Opacity

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

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

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

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

This text has shadow with #EA663F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EA663F.

Preview

Color preview on black background

This text has color #EA663F on black background.


Color preview on white background

This text has color #EA663F on white background.


Black color preview on #EA663F background

This text has black color on #EA663F background.


White color preview on #EA663F background

This text has white color on #EA663F background.


Related colors

Complementary color

Complementary color for #hex is #1599C0.


I love getcolorcode.com

Triadic colors

1 #3FEA66 and #663FEA with #EA663F are triadic colors.

2 #3F66EA and #66EA3F with #EA663F are triadic colors.