COLOR #FFE135

HEX: #FFE135
RGB: (255,225,53)

Color info

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

RGB color model

#FFE135 color RGB value is (255,225,53).

  • red value is 255;
  • green value is 225;
  • blue value is 53.
RGB:
(255,225,53)
(100%,88%,21%)

RGB channels and saturation

R 255 of 255 = 100%
G 225 of 255 = 88%
B 53 of 255 = 21%

255
225
53

R + G + B ~ 70%. #FFE135 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 225 + 53 = 533 (100%)
R 255 of 533 ~ 47.84%
G 225 of 533 ~ 42.21%
B 53 of 533 ~ 9.94%

%47.84
%42.21
%9.94

CMYK color model

#FFE135 color CMYK value is (0,12,79,0).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 79.22%
  • key color value is 0.00%
CMYK:
(0,12,79,0)
C0M12Y79K0 
(0%,12%,79%,0%)
(0.00/0.12/0.79/0.00)	

CMYK percentages

%0
%11.76
%79.22
%0

Codes

Color #FFE135 in popluar color models

FFE135
RGB25522553
HSL51°100.00%60.39%
HSB/HSV51°79.22%100.00%
CMYK0.00%11.76%79.22%
0.00%

Color #FFE135 in popluar number systems.

HEXFFE135
Decimal25522553
Binary1111111111100001110101
Octal37734165

Shades and tints

Shades of #FFE135

#FFE135
(255,225,53)
#E8CD31
(232,205,49)
#D1B92D
(209,185,45)
#BAA529
(186,165,41)
#A39125
(163,145,37)
#8C7D21
(140,125,33)
#75691D
(117,105,29)
#5E5519
(94,85,25)
#474115
(71,65,21)
#302D11
(48,45,17)
#19190D
(25,25,13)
#000000
(0,0,0)

Tints of #FFE135

#FFE135
(255,225,53)
#FFE347
(255,227,71)
#FFE559
(255,229,89)
#FFE76B
(255,231,107)
#FFE97D
(255,233,125)
#FFEB8F
(255,235,143)
#FFEDA1
(255,237,161)
#FFEFB3
(255,239,179)
#FFF1C5
(255,241,197)
#FFF3D7
(255,243,215)
#FFF5E9
(255,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFE135 color. Also use rgb(255,225,53) instead hex code.

Text Font Color

.myTextColor { color: #FFE135; }

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

This text font color is #FFE135.


Background Color

.myBgColor { background-color: #FFE135; }

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

This div background color is #FFE135.


Border color

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

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

This div border color is #FFE135.


Opacity

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

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

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

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

This text has shadow with #FFE135 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE135 on black background.


Color preview on white background

This text has color #FFE135 on white background.



Black color preview on #FFE135 background

This text has black color on #FFE135 background.


White color preview on #FFE135 background

This text has white color on #FFE135 background.