COLOR #FFE045

HEX: #FFE045
RGB: (255,224,69)

Color info

#FFE045 contains mainly red and green colors. Web safe color of #FFE045 is #FFCC33 (or #FC3).

RGB color model

#FFE045 color RGB value is (255,224,69).

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

RGB channels and saturation

R 255 of 255 = 100%
G 224 of 255 = 88%
B 69 of 255 = 27%

255
224
69

R + G + B ~ 72%. #FFE045 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 224 + 69 = 548 (100%)
R 255 of 548 ~ 46.53%
G 224 of 548 ~ 40.88%
B 69 of 548 ~ 12.59%

%46.53
%40.88
%12.59

CMYK color model

#FFE045 color CMYK value is (0,12,73,0).

  • cyan value is 0.00%
  • magenta value is 12.16%
  • yellow value is 72.94%
  • key color value is 0.00%
CMYK:
(0,12,73,0)
C0M12Y73K0 
(0%,12%,73%,0%)
(0.00/0.12/0.73/0.00)	

CMYK percentages

%0
%12.16
%72.94
%0

Codes

Color #FFE045 in popluar color models

FFE045
RGB25522469
HSL50°100.00%63.53%
HSB/HSV50°72.94%100.00%
CMYK0.00%12.16%72.94%
0.00%

Color #FFE045 in popluar number systems.

HEXFFE045
Decimal25522469
Binary11111111111000001000101
Octal377340105

Shades and tints

Shades of #FFE045

#FFE045
(255,224,69)
#E8CC3F
(232,204,63)
#D1B839
(209,184,57)
#BAA433
(186,164,51)
#A3902D
(163,144,45)
#8C7C27
(140,124,39)
#756821
(117,104,33)
#5E541B
(94,84,27)
#474015
(71,64,21)
#302C0F
(48,44,15)
#191809
(25,24,9)
#000000
(0,0,0)

Tints of #FFE045

#FFE045
(255,224,69)
#FFE255
(255,226,85)
#FFE465
(255,228,101)
#FFE675
(255,230,117)
#FFE885
(255,232,133)
#FFEA95
(255,234,149)
#FFECA5
(255,236,165)
#FFEEB5
(255,238,181)
#FFF0C5
(255,240,197)
#FFF2D5
(255,242,213)
#FFF4E5
(255,244,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE045; }

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

This text font color is #FFE045.


Background Color

.myBgColor { background-color: #FFE045; }

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

This div background color is #FFE045.


Border color

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

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

This div border color is #FFE045.


Opacity

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

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

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

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

This text has shadow with #FFE045 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE045 on black background.


Color preview on white background

This text has color #FFE045 on white background.



Black color preview on #FFE045 background

This text has black color on #FFE045 background.


White color preview on #FFE045 background

This text has white color on #FFE045 background.