COLOR #EA906D

HEX: #EA906D
RGB: (234,144,109)

Color info

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

RGB color model

#EA906D color RGB value is (234,144,109).

  • red value is 234;
  • green value is 144;
  • blue value is 109.
RGB:
(234,144,109)
(92%,56%,43%)

RGB channels and saturation

R 234 of 255 = 92%
G 144 of 255 = 56%
B 109 of 255 = 43%

234
144
109

R + G + B ~ 64%. #EA906D is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 144 + 109 = 487 (100%)
R 234 of 487 ~ 48.05%
G 144 of 487 ~ 29.57%
B 109 of 487 ~ 22.38%

%48.05
%29.57
%22.38

CMYK color model

#EA906D color CMYK value is (0,38,53,8).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 53.42%
  • key color value is 8.24%
CMYK:
(0,38,53,8)
C0M38Y53K8 
(0%,38%,53%,8%)
(0.00/0.38/0.53/0.08)	

CMYK percentages

%0
%38.46
%53.42
%8.24

Codes

Color #EA906D in popluar color models

EA906D
RGB234144109
HSL17°74.85%67.25%
HSB/HSV17°53.42%91.76%
CMYK0.00%38.46%53.42%
8.24%

Color #EA906D in popluar number systems.

HEXEA906D
Decimal234144109
Binary11101010100100001101101
Octal352220155

Shades and tints

Shades of #EA906D

#EA906D
(234,144,109)
#D58364
(213,131,100)
#C0765B
(192,118,91)
#AB6952
(171,105,82)
#965C49
(150,92,73)
#814F40
(129,79,64)
#6C4237
(108,66,55)
#57352E
(87,53,46)
#422825
(66,40,37)
#2D1B1C
(45,27,28)
#180E13
(24,14,19)
#000000
(0,0,0)

Tints of #EA906D

#EA906D
(234,144,109)
#EB9A7A
(235,154,122)
#ECA487
(236,164,135)
#EDAE94
(237,174,148)
#EEB8A1
(238,184,161)
#EFC2AE
(239,194,174)
#F0CCBB
(240,204,187)
#F1D6C8
(241,214,200)
#F2E0D5
(242,224,213)
#F3EAE2
(243,234,226)
#F4F4EF
(244,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA906D color. Also use rgb(234,144,109) instead hex code.

Text Font Color

.myTextColor { color: #EA906D; }

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

This text font color is #EA906D.


Background Color

.myBgColor { background-color: #EA906D; }

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

This div background color is #EA906D.


Border color

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

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

This div border color is #EA906D.


Opacity

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

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

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

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

This text has shadow with #EA906D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA906D on black background.


Color preview on white background

This text has color #EA906D on white background.



Black color preview on #EA906D background

This text has black color on #EA906D background.


White color preview on #EA906D background

This text has white color on #EA906D background.