COLOR #FFE278

HEX: #FFE278
RGB: (255,226,120)

Color info

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

RGB color model

#FFE278 color RGB value is (255,226,120).

  • red value is 255;
  • green value is 226;
  • blue value is 120.
RGB:
(255,226,120)
(100%,89%,47%)

RGB channels and saturation

R 255 of 255 = 100%
G 226 of 255 = 89%
B 120 of 255 = 47%

255
226
120

R + G + B ~ 79%. #FFE278 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 226 + 120 = 601 (100%)
R 255 of 601 ~ 42.43%
G 226 of 601 ~ 37.6%
B 120 of 601 ~ 19.97%

%42.43
%37.6
%19.97

CMYK color model

#FFE278 color CMYK value is (0,11,53,0).

  • cyan value is 0.00%
  • magenta value is 11.37%
  • yellow value is 52.94%
  • key color value is 0.00%
CMYK:
(0,11,53,0)
C0M11Y53K0 
(0%,11%,53%,0%)
(0.00/0.11/0.53/0.00)	

CMYK percentages

%0
%11.37
%52.94
%0

Codes

Color #FFE278 in popluar color models

FFE278
RGB255226120
HSL47°100.00%73.53%
HSB/HSV47°52.94%100.00%
CMYK0.00%11.37%52.94%
0.00%

Color #FFE278 in popluar number systems.

HEXFFE278
Decimal255226120
Binary11111111111000101111000
Octal377342170

Shades and tints

Shades of #FFE278

#FFE278
(255,226,120)
#E8CE6E
(232,206,110)
#D1BA64
(209,186,100)
#BAA65A
(186,166,90)
#A39250
(163,146,80)
#8C7E46
(140,126,70)
#756A3C
(117,106,60)
#5E5632
(94,86,50)
#474228
(71,66,40)
#302E1E
(48,46,30)
#191A14
(25,26,20)
#000000
(0,0,0)

Tints of #FFE278

#FFE278
(255,226,120)
#FFE484
(255,228,132)
#FFE690
(255,230,144)
#FFE89C
(255,232,156)
#FFEAA8
(255,234,168)
#FFECB4
(255,236,180)
#FFEEC0
(255,238,192)
#FFF0CC
(255,240,204)
#FFF2D8
(255,242,216)
#FFF4E4
(255,244,228)
#FFF6F0
(255,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFE278 color. Also use rgb(255,226,120) instead hex code.

Text Font Color

.myTextColor { color: #FFE278; }

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

This text font color is #FFE278.


Background Color

.myBgColor { background-color: #FFE278; }

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

This div background color is #FFE278.


Border color

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

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

This div border color is #FFE278.


Opacity

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

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

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

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

This text has shadow with #FFE278 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE278 on black background.


Color preview on white background

This text has color #FFE278 on white background.



Black color preview on #FFE278 background

This text has black color on #FFE278 background.


White color preview on #FFE278 background

This text has white color on #FFE278 background.