COLOR #EF9064

HEX: #EF9064 RGB: (239,144,100)

Color info

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

RGB color model

#EF9064 color RGB value is (239,144,100).

RGB: (239,144,100) (94%, 56%, 39%)

RGB channels and saturation

R 239 of 255 = 94%
G 144 of 255 = 56%
B 100 of 255 = 39%

239
144
100

R + G + B ~ 63%. #EF9064 is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 144 + 100 = 483 (100%)
R 239 of 483 ~ 49.48%
G 144 of 483 ~ 29.81%
B 100 of 483 ~ 20.7'%

%49.48
%29.81
%20.7

CMYK color model

#EF9064 color CMYK value is (0,40,58,6).

  • cyan value is 0.00%
  • magenta value is 39.75%
  • yellow value is 58.16%
  • key color value is 6.27%

CMYK: (0,40,58,6)
C0M40Y58K6 (0%, 40%, 58%, 6%)
(0.00 / 0.40 / 0.58 / 0.06)

CMYK percentages

%0
%39.75
%58.16
%6.27

Codes

Color #EF9064 in popluar color models

EF 90 64
RGB 239 144 100
HSL 19° 81.29% 66.47%
HSB/HSV 19° 58.16% 93.73%
CMYK 0.00% 39.75% 58.16%
6.27%

Color #EF9064 in popluar number systems.

HEX EF 90 64
Decimal 239 144 100
Binary 11101111 10010000 1100100
Octal 357 220 144

Shades and tints

Shades of #EF9064

#EF9064
(239,144,100)
#DA835B
(218,131,91)
#C57652
(197,118,82)
#B06949
(176,105,73)
#9B5C40
(155,92,64)
#864F37
(134,79,55)
#71422E
(113,66,46)
#5C3525
(92,53,37)
#47281C
(71,40,28)
#321B13
(50,27,19)
#1D0E0A
(29,14,10)
#000000
(0,0,0)

Tints of #EF9064

#EF9064
(239,144,100)
#F09A72
(240,154,114)
#F1A480
(241,164,128)
#F2AE8E
(242,174,142)
#F3B89C
(243,184,156)
#F4C2AA
(244,194,170)
#F5CCB8
(245,204,184)
#F6D6C6
(246,214,198)
#F7E0D4
(247,224,212)
#F8EAE2
(248,234,226)
#F9F4F0
(249,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF9064 color. Also use rgb(239,144,100) instead hex code.

Text Font Color

.myTextColor { color: #EF9064; }

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

This text font color is #EF9064.

Background Color

.myBgColor { background-color: #EF9064; }

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

This div background color is #EF9064.

Border color

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

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

This div border color is #EF9064.

Opacity

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

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

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

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

This text has shadow with #EF9064 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EF9064.

Preview

Color preview on black background

This text has color #EF9064 on black background.


Color preview on white background

This text has color #EF9064 on white background.


Black color preview on #EF9064 background

This text has black color on #EF9064 background.


White color preview on #EF9064 background

This text has white color on #EF9064 background.


Related colors

Complementary color

Complementary color for #hex is #106F9B.


I love getcolorcode.com

Triadic colors

1 #64EF90 and #9064EF with #EF9064 are triadic colors.

2 #6490EF and #90EF64 with #EF9064 are triadic colors.