COLOR #F5EE71

HEX: #F5EE71 RGB: (245,238,113)

Color info

#F5EE71 contains mainly red and green colors. Web safe color of #F5EE71 is #FFFF66 (or #FF6).

RGB color model

#F5EE71 color RGB value is (245,238,113).

RGB: (245,238,113) (96%, 93%, 44%)

RGB channels and saturation

R 245 of 255 = 96%
G 238 of 255 = 93%
B 113 of 255 = 44%

245
238
113

R + G + B ~ 78%. #F5EE71 is quite light color.

Portions of RGB colors in percentages

R + G + B = 245 + 238 + 113 = 596 (100%)
R 245 of 596 ~ 41.11%
G 238 of 596 ~ 39.93%
B 113 of 596 ~ 18.96'%

%41.11
%39.93
%18.96

CMYK color model

#F5EE71 color CMYK value is (0,3,54,4).

  • cyan value is 0.00%
  • magenta value is 2.86%
  • yellow value is 53.88%
  • key color value is 3.92%

CMYK: (0,3,54,4)
C0M3Y54K4 (0%, 3%, 54%, 4%)
(0.00 / 0.03 / 0.54 / 0.04)

CMYK percentages

%0
%2.86
%53.88
%3.92

Codes

Color #F5EE71 in popluar color models

F5 EE 71
RGB 245 238 113
HSL 57° 86.84% 70.20%
HSB/HSV 57° 53.88% 96.08%
CMYK 0.00% 2.86% 53.88%
3.92%

Color #F5EE71 in popluar number systems.

HEX F5 EE 71
Decimal 245 238 113
Binary 11110101 11101110 1110001
Octal 365 356 161

Shades and tints

Shades of #F5EE71

#F5EE71
(245,238,113)
#DFD967
(223,217,103)
#C9C45D
(201,196,93)
#B3AF53
(179,175,83)
#9D9A49
(157,154,73)
#87853F
(135,133,63)
#717035
(113,112,53)
#5B5B2B
(91,91,43)
#454621
(69,70,33)
#2F3117
(47,49,23)
#191C0D
(25,28,13)
#000000
(0,0,0)

Tints of #F5EE71

#F5EE71
(245,238,113)
#F5EF7D
(245,239,125)
#F5F089
(245,240,137)
#F5F195
(245,241,149)
#F5F2A1
(245,242,161)
#F5F3AD
(245,243,173)
#F5F4B9
(245,244,185)
#F5F5C5
(245,245,197)
#F5F6D1
(245,246,209)
#F5F7DD
(245,247,221)
#F5F8E9
(245,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5EE71 color. Also use rgb(245,238,113) instead hex code.

Text Font Color

.myTextColor { color: #F5EE71; }

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

This text font color is #F5EE71.

Background Color

.myBgColor { background-color: #F5EE71; }

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

This div background color is #F5EE71.

Border color

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

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

This div border color is #F5EE71.

Opacity

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

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

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

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

This text has shadow with #F5EE71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5EE71.

Preview

Color preview on black background

This text has color #F5EE71 on black background.


Color preview on white background

This text has color #F5EE71 on white background.


Black color preview on #F5EE71 background

This text has black color on #F5EE71 background.


White color preview on #F5EE71 background

This text has white color on #F5EE71 background.


Related colors

Complementary color

Complementary color for #hex is #0A118E.


I love getcolorcode.com

Triadic colors

1 #71F5EE and #EE71F5 with #F5EE71 are triadic colors.

2 #71EEF5 and #EEF571 with #F5EE71 are triadic colors.