COLOR #FFE44B

HEX: #FFE44B
RGB: (255,228,75)

Color info

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

RGB color model

#FFE44B color RGB value is (255,228,75).

  • red value is 255;
  • green value is 228;
  • blue value is 75.
RGB:
(255,228,75)
(100%,89%,29%)

RGB channels and saturation

R 255 of 255 = 100%
G 228 of 255 = 89%
B 75 of 255 = 29%

255
228
75

R + G + B ~ 73%. #FFE44B is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 228 + 75 = 558 (100%)
R 255 of 558 ~ 45.7%
G 228 of 558 ~ 40.86%
B 75 of 558 ~ 13.44%

%45.7
%40.86
%13.44

CMYK color model

#FFE44B color CMYK value is (0,11,71,0).

  • cyan value is 0.00%
  • magenta value is 10.59%
  • yellow value is 70.59%
  • key color value is 0.00%
CMYK:
(0,11,71,0)
C0M11Y71K0 
(0%,11%,71%,0%)
(0.00/0.11/0.71/0.00)	

CMYK percentages

%0
%10.59
%70.59
%0

Codes

Color #FFE44B in popluar color models

FFE44B
RGB25522875
HSL51°100.00%64.71%
HSB/HSV51°70.59%100.00%
CMYK0.00%10.59%70.59%
0.00%

Color #FFE44B in popluar number systems.

HEXFFE44B
Decimal25522875
Binary11111111111001001001011
Octal377344113

Shades and tints

Shades of #FFE44B

#FFE44B
(255,228,75)
#E8D045
(232,208,69)
#D1BC3F
(209,188,63)
#BAA839
(186,168,57)
#A39433
(163,148,51)
#8C802D
(140,128,45)
#756C27
(117,108,39)
#5E5821
(94,88,33)
#47441B
(71,68,27)
#303015
(48,48,21)
#191C0F
(25,28,15)
#000000
(0,0,0)

Tints of #FFE44B

#FFE44B
(255,228,75)
#FFE65B
(255,230,91)
#FFE86B
(255,232,107)
#FFEA7B
(255,234,123)
#FFEC8B
(255,236,139)
#FFEE9B
(255,238,155)
#FFF0AB
(255,240,171)
#FFF2BB
(255,242,187)
#FFF4CB
(255,244,203)
#FFF6DB
(255,246,219)
#FFF8EB
(255,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFE44B color. Also use rgb(255,228,75) instead hex code.

Text Font Color

.myTextColor { color: #FFE44B; }

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

This text font color is #FFE44B.


Background Color

.myBgColor { background-color: #FFE44B; }

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

This div background color is #FFE44B.


Border color

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

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

This div border color is #FFE44B.


Opacity

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

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

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

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

This text has shadow with #FFE44B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE44B on black background.


Color preview on white background

This text has color #FFE44B on white background.



Black color preview on #FFE44B background

This text has black color on #FFE44B background.


White color preview on #FFE44B background

This text has white color on #FFE44B background.