COLOR #FFE356

HEX: #FFE356
RGB: (255,227,86)

Color info

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

RGB color model

#FFE356 color RGB value is (255,227,86).

  • red value is 255;
  • green value is 227;
  • blue value is 86.
RGB:
(255,227,86)
(100%,89%,34%)

RGB channels and saturation

R 255 of 255 = 100%
G 227 of 255 = 89%
B 86 of 255 = 34%

255
227
86

R + G + B ~ 74%. #FFE356 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 227 + 86 = 568 (100%)
R 255 of 568 ~ 44.89%
G 227 of 568 ~ 39.96%
B 86 of 568 ~ 15.14%

%44.89
%39.96
%15.14

CMYK color model

#FFE356 color CMYK value is (0,11,66,0).

  • cyan value is 0.00%
  • magenta value is 10.98%
  • yellow value is 66.27%
  • key color value is 0.00%
CMYK:
(0,11,66,0)
C0M11Y66K0 
(0%,11%,66%,0%)
(0.00/0.11/0.66/0.00)	

CMYK percentages

%0
%10.98
%66.27
%0

Codes

Color #FFE356 in popluar color models

FFE356
RGB25522786
HSL50°100.00%66.86%
HSB/HSV50°66.27%100.00%
CMYK0.00%10.98%66.27%
0.00%

Color #FFE356 in popluar number systems.

HEXFFE356
Decimal25522786
Binary11111111111000111010110
Octal377343126

Shades and tints

Shades of #FFE356

#FFE356
(255,227,86)
#E8CF4F
(232,207,79)
#D1BB48
(209,187,72)
#BAA741
(186,167,65)
#A3933A
(163,147,58)
#8C7F33
(140,127,51)
#756B2C
(117,107,44)
#5E5725
(94,87,37)
#47431E
(71,67,30)
#302F17
(48,47,23)
#191B10
(25,27,16)
#000000
(0,0,0)

Tints of #FFE356

#FFE356
(255,227,86)
#FFE565
(255,229,101)
#FFE774
(255,231,116)
#FFE983
(255,233,131)
#FFEB92
(255,235,146)
#FFEDA1
(255,237,161)
#FFEFB0
(255,239,176)
#FFF1BF
(255,241,191)
#FFF3CE
(255,243,206)
#FFF5DD
(255,245,221)
#FFF7EC
(255,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFE356 color. Also use rgb(255,227,86) instead hex code.

Text Font Color

.myTextColor { color: #FFE356; }

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

This text font color is #FFE356.


Background Color

.myBgColor { background-color: #FFE356; }

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

This div background color is #FFE356.


Border color

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

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

This div border color is #FFE356.


Opacity

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

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

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

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

This text has shadow with #FFE356 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE356 on black background.


Color preview on white background

This text has color #FFE356 on white background.



Black color preview on #FFE356 background

This text has black color on #FFE356 background.


White color preview on #FFE356 background

This text has white color on #FFE356 background.