COLOR #FFE54C

HEX: #FFE54C
RGB: (255,229,76)

Color info

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

RGB color model

#FFE54C color RGB value is (255,229,76).

  • red value is 255;
  • green value is 229;
  • blue value is 76.
RGB:
(255,229,76)
(100%,90%,30%)

RGB channels and saturation

R 255 of 255 = 100%
G 229 of 255 = 90%
B 76 of 255 = 30%

255
229
76

R + G + B ~ 73%. #FFE54C is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 229 + 76 = 560 (100%)
R 255 of 560 ~ 45.54%
G 229 of 560 ~ 40.89%
B 76 of 560 ~ 13.57%

%45.54
%40.89
%13.57

CMYK color model

#FFE54C color CMYK value is (0,10,70,0).

  • cyan value is 0.00%
  • magenta value is 10.20%
  • yellow value is 70.20%
  • key color value is 0.00%
CMYK:
(0,10,70,0)
C0M10Y70K0 
(0%,10%,70%,0%)
(0.00/0.10/0.70/0.00)	

CMYK percentages

%0
%10.2
%70.2
%0

Codes

Color #FFE54C in popluar color models

FFE54C
RGB25522976
HSL51°100.00%64.90%
HSB/HSV51°70.20%100.00%
CMYK0.00%10.20%70.20%
0.00%

Color #FFE54C in popluar number systems.

HEXFFE54C
Decimal25522976
Binary11111111111001011001100
Octal377345114

Shades and tints

Shades of #FFE54C

#FFE54C
(255,229,76)
#E8D146
(232,209,70)
#D1BD40
(209,189,64)
#BAA93A
(186,169,58)
#A39534
(163,149,52)
#8C812E
(140,129,46)
#756D28
(117,109,40)
#5E5922
(94,89,34)
#47451C
(71,69,28)
#303116
(48,49,22)
#191D10
(25,29,16)
#000000
(0,0,0)

Tints of #FFE54C

#FFE54C
(255,229,76)
#FFE75C
(255,231,92)
#FFE96C
(255,233,108)
#FFEB7C
(255,235,124)
#FFED8C
(255,237,140)
#FFEF9C
(255,239,156)
#FFF1AC
(255,241,172)
#FFF3BC
(255,243,188)
#FFF5CC
(255,245,204)
#FFF7DC
(255,247,220)
#FFF9EC
(255,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFE54C color. Also use rgb(255,229,76) instead hex code.

Text Font Color

.myTextColor { color: #FFE54C; }

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

This text font color is #FFE54C.


Background Color

.myBgColor { background-color: #FFE54C; }

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

This div background color is #FFE54C.


Border color

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

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

This div border color is #FFE54C.


Opacity

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

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

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

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

This text has shadow with #FFE54C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE54C on black background.


Color preview on white background

This text has color #FFE54C on white background.



Black color preview on #FFE54C background

This text has black color on #FFE54C background.


White color preview on #FFE54C background

This text has white color on #FFE54C background.