COLOR #FFE35C

HEX: #FFE35C
RGB: (255,227,92)

Color info

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

RGB color model

#FFE35C color RGB value is (255,227,92).

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

RGB channels and saturation

R 255 of 255 = 100%
G 227 of 255 = 89%
B 92 of 255 = 36%

255
227
92

R + G + B ~ 75%. #FFE35C is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 227 + 92 = 574 (100%)
R 255 of 574 ~ 44.43%
G 227 of 574 ~ 39.55%
B 92 of 574 ~ 16.03%

%44.43
%39.55
%16.03

CMYK color model

#FFE35C color CMYK value is (0,11,64,0).

  • cyan value is 0.00%
  • magenta value is 10.98%
  • yellow value is 63.92%
  • key color value is 0.00%
CMYK:
(0,11,64,0)
C0M11Y64K0 
(0%,11%,64%,0%)
(0.00/0.11/0.64/0.00)	

CMYK percentages

%0
%10.98
%63.92
%0

Codes

Color #FFE35C in popluar color models

FFE35C
RGB25522792
HSL50°100.00%68.04%
HSB/HSV50°63.92%100.00%
CMYK0.00%10.98%63.92%
0.00%

Color #FFE35C in popluar number systems.

HEXFFE35C
Decimal25522792
Binary11111111111000111011100
Octal377343134

Shades and tints

Shades of #FFE35C

#FFE35C
(255,227,92)
#E8CF54
(232,207,84)
#D1BB4C
(209,187,76)
#BAA744
(186,167,68)
#A3933C
(163,147,60)
#8C7F34
(140,127,52)
#756B2C
(117,107,44)
#5E5724
(94,87,36)
#47431C
(71,67,28)
#302F14
(48,47,20)
#191B0C
(25,27,12)
#000000
(0,0,0)

Tints of #FFE35C

#FFE35C
(255,227,92)
#FFE56A
(255,229,106)
#FFE778
(255,231,120)
#FFE986
(255,233,134)
#FFEB94
(255,235,148)
#FFEDA2
(255,237,162)
#FFEFB0
(255,239,176)
#FFF1BE
(255,241,190)
#FFF3CC
(255,243,204)
#FFF5DA
(255,245,218)
#FFF7E8
(255,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE35C; }

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

This text font color is #FFE35C.


Background Color

.myBgColor { background-color: #FFE35C; }

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

This div background color is #FFE35C.


Border color

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

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

This div border color is #FFE35C.


Opacity

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

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

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

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

This text has shadow with #FFE35C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE35C on black background.


Color preview on white background

This text has color #FFE35C on white background.



Black color preview on #FFE35C background

This text has black color on #FFE35C background.


White color preview on #FFE35C background

This text has white color on #FFE35C background.