COLOR #FFE674

HEX: #FFE674
RGB: (255,230,116)

Color info

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

RGB color model

#FFE674 color RGB value is (255,230,116).

  • red value is 255;
  • green value is 230;
  • blue value is 116.
RGB:
(255,230,116)
(100%,90%,45%)

RGB channels and saturation

R 255 of 255 = 100%
G 230 of 255 = 90%
B 116 of 255 = 45%

255
230
116

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

Portions of RGB colors in percentages

R + G + B =
255 + 230 + 116 = 601 (100%)
R 255 of 601 ~ 42.43%
G 230 of 601 ~ 38.27%
B 116 of 601 ~ 19.3%

%42.43
%38.27
%19.3

CMYK color model

#FFE674 color CMYK value is (0,10,55,0).

  • cyan value is 0.00%
  • magenta value is 9.80%
  • yellow value is 54.51%
  • key color value is 0.00%
CMYK:
(0,10,55,0)
C0M10Y55K0 
(0%,10%,55%,0%)
(0.00/0.10/0.55/0.00)	

CMYK percentages

%0
%9.8
%54.51
%0

Codes

Color #FFE674 in popluar color models

FFE674
RGB255230116
HSL49°100.00%72.75%
HSB/HSV49°54.51%100.00%
CMYK0.00%9.80%54.51%
0.00%

Color #FFE674 in popluar number systems.

HEXFFE674
Decimal255230116
Binary11111111111001101110100
Octal377346164

Shades and tints

Shades of #FFE674

#FFE674
(255,230,116)
#E8D26A
(232,210,106)
#D1BE60
(209,190,96)
#BAAA56
(186,170,86)
#A3964C
(163,150,76)
#8C8242
(140,130,66)
#756E38
(117,110,56)
#5E5A2E
(94,90,46)
#474624
(71,70,36)
#30321A
(48,50,26)
#191E10
(25,30,16)
#000000
(0,0,0)

Tints of #FFE674

#FFE674
(255,230,116)
#FFE880
(255,232,128)
#FFEA8C
(255,234,140)
#FFEC98
(255,236,152)
#FFEEA4
(255,238,164)
#FFF0B0
(255,240,176)
#FFF2BC
(255,242,188)
#FFF4C8
(255,244,200)
#FFF6D4
(255,246,212)
#FFF8E0
(255,248,224)
#FFFAEC
(255,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFE674 color. Also use rgb(255,230,116) instead hex code.

Text Font Color

.myTextColor { color: #FFE674; }

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

This text font color is #FFE674.


Background Color

.myBgColor { background-color: #FFE674; }

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

This div background color is #FFE674.


Border color

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

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

This div border color is #FFE674.


Opacity

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

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

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

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

This text has shadow with #FFE674 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE674 on black background.


Color preview on white background

This text has color #FFE674 on white background.



Black color preview on #FFE674 background

This text has black color on #FFE674 background.


White color preview on #FFE674 background

This text has white color on #FFE674 background.