COLOR #E0F675

HEX: #E0F675 RGB: (224,246,117)

Color info

#E0F675 contains mainly red and green colors. Web safe color of #E0F675 is #CCFF66 (or #CF6).

RGB color model

#E0F675 color RGB value is (224,246,117).

RGB: (224,246,117) (88%, 96%, 46%)

RGB channels and saturation

R 224 of 255 = 88%
G 246 of 255 = 96%
B 117 of 255 = 46%

224
246
117

R + G + B ~ 77%. #E0F675 is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 246 + 117 = 587 (100%)
R 224 of 587 ~ 38.16%
G 246 of 587 ~ 41.91%
B 117 of 587 ~ 19.93'%

%38.16
%41.91
%19.93

CMYK color model

#E0F675 color CMYK value is (9,0,52,4).

  • cyan value is 8.94%
  • magenta value is 0.00%
  • yellow value is 52.44%
  • key color value is 3.53%

CMYK: (9,0,52,4)
C9M0Y52K4 (9%, 0%, 52%, 4%)
(0.09 / 0.00 / 0.52 / 0.04)

CMYK percentages

%8.94
%0
%52.44
%3.53

Codes

Color #E0F675 in popluar color models

E0 F6 75
RGB 224 246 117
HSL 70° 87.76% 71.18%
HSB/HSV 70° 52.44% 96.47%
CMYK 8.94% 0.00% 52.44%
3.53%

Color #E0F675 in popluar number systems.

HEX E0 F6 75
Decimal 224 246 117
Binary 11100000 11110110 1110101
Octal 340 366 165

Shades and tints

Shades of #E0F675

#E0F675
(224,246,117)
#CCE06B
(204,224,107)
#B8CA61
(184,202,97)
#A4B457
(164,180,87)
#909E4D
(144,158,77)
#7C8843
(124,136,67)
#687239
(104,114,57)
#545C2F
(84,92,47)
#404625
(64,70,37)
#2C301B
(44,48,27)
#181A11
(24,26,17)
#000000
(0,0,0)

Tints of #E0F675

#E0F675
(224,246,117)
#E2F681
(226,246,129)
#E4F68D
(228,246,141)
#E6F699
(230,246,153)
#E8F6A5
(232,246,165)
#EAF6B1
(234,246,177)
#ECF6BD
(236,246,189)
#EEF6C9
(238,246,201)
#F0F6D5
(240,246,213)
#F2F6E1
(242,246,225)
#F4F6ED
(244,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0F675 color. Also use rgb(224,246,117) instead hex code.

Text Font Color

.myTextColor { color: #E0F675; }

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

This text font color is #E0F675.

Background Color

.myBgColor { background-color: #E0F675; }

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

This div background color is #E0F675.

Border color

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

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

This div border color is #E0F675.

Opacity

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

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

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

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

This text has shadow with #E0F675 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0F675.

Preview

Color preview on black background

This text has color #E0F675 on black background.


Color preview on white background

This text has color #E0F675 on white background.


Black color preview on #E0F675 background

This text has black color on #E0F675 background.


White color preview on #E0F675 background

This text has white color on #E0F675 background.


Related colors

Complementary color

Complementary color for #hex is #1F098A.


I love getcolorcode.com

Triadic colors

1 #75E0F6 and #F675E0 with #E0F675 are triadic colors.

2 #75F6E0 and #F6E075 with #E0F675 are triadic colors.