COLOR #FFE073

HEX: #FFE073
RGB: (255,224,115)

Color info

#FFE073 contains mainly red and green colors. Web safe color of #FFE073 is #FFCC66 (or #FC6).

RGB color model

#FFE073 color RGB value is (255,224,115).

  • red value is 255;
  • green value is 224;
  • blue value is 115.
RGB:
(255,224,115)
(100%,88%,45%)

RGB channels and saturation

R 255 of 255 = 100%
G 224 of 255 = 88%
B 115 of 255 = 45%

255
224
115

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

Portions of RGB colors in percentages

R + G + B =
255 + 224 + 115 = 594 (100%)
R 255 of 594 ~ 42.93%
G 224 of 594 ~ 37.71%
B 115 of 594 ~ 19.36%

%42.93
%37.71
%19.36

CMYK color model

#FFE073 color CMYK value is (0,12,55,0).

  • cyan value is 0.00%
  • magenta value is 12.16%
  • yellow value is 54.90%
  • key color value is 0.00%
CMYK:
(0,12,55,0)
C0M12Y55K0 
(0%,12%,55%,0%)
(0.00/0.12/0.55/0.00)	

CMYK percentages

%0
%12.16
%54.9
%0

Codes

Color #FFE073 in popluar color models

FFE073
RGB255224115
HSL47°100.00%72.55%
HSB/HSV47°54.90%100.00%
CMYK0.00%12.16%54.90%
0.00%

Color #FFE073 in popluar number systems.

HEXFFE073
Decimal255224115
Binary11111111111000001110011
Octal377340163

Shades and tints

Shades of #FFE073

#FFE073
(255,224,115)
#E8CC69
(232,204,105)
#D1B85F
(209,184,95)
#BAA455
(186,164,85)
#A3904B
(163,144,75)
#8C7C41
(140,124,65)
#756837
(117,104,55)
#5E542D
(94,84,45)
#474023
(71,64,35)
#302C19
(48,44,25)
#19180F
(25,24,15)
#000000
(0,0,0)

Tints of #FFE073

#FFE073
(255,224,115)
#FFE27F
(255,226,127)
#FFE48B
(255,228,139)
#FFE697
(255,230,151)
#FFE8A3
(255,232,163)
#FFEAAF
(255,234,175)
#FFECBB
(255,236,187)
#FFEEC7
(255,238,199)
#FFF0D3
(255,240,211)
#FFF2DF
(255,242,223)
#FFF4EB
(255,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFE073 color. Also use rgb(255,224,115) instead hex code.

Text Font Color

.myTextColor { color: #FFE073; }

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

This text font color is #FFE073.


Background Color

.myBgColor { background-color: #FFE073; }

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

This div background color is #FFE073.


Border color

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

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

This div border color is #FFE073.


Opacity

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

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

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

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

This text has shadow with #FFE073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE073 on black background.


Color preview on white background

This text has color #FFE073 on white background.



Black color preview on #FFE073 background

This text has black color on #FFE073 background.


White color preview on #FFE073 background

This text has white color on #FFE073 background.