COLOR #FFEA63

HEX: #FFEA63
RGB: (255,234,99)

Color info

#FFEA63 contains mainly red and green colors. Web safe color of #FFEA63 is #FFFF66 (or #FF6).

RGB color model

#FFEA63 color RGB value is (255,234,99).

  • red value is 255;
  • green value is 234;
  • blue value is 99.
RGB:
(255,234,99)
(100%,92%,39%)

RGB channels and saturation

R 255 of 255 = 100%
G 234 of 255 = 92%
B 99 of 255 = 39%

255
234
99

R + G + B ~ 77%. #FFEA63 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 234 + 99 = 588 (100%)
R 255 of 588 ~ 43.37%
G 234 of 588 ~ 39.8%
B 99 of 588 ~ 16.84%

%43.37
%39.8
%16.84

CMYK color model

#FFEA63 color CMYK value is (0,8,61,0).

  • cyan value is 0.00%
  • magenta value is 8.24%
  • yellow value is 61.18%
  • key color value is 0.00%
CMYK:
(0,8,61,0)
C0M8Y61K0 
(0%,8%,61%,0%)
(0.00/0.08/0.61/0.00)	

CMYK percentages

%0
%8.24
%61.18
%0

Codes

Color #FFEA63 in popluar color models

FFEA63
RGB25523499
HSL52°100.00%69.41%
HSB/HSV52°61.18%100.00%
CMYK0.00%8.24%61.18%
0.00%

Color #FFEA63 in popluar number systems.

HEXFFEA63
Decimal25523499
Binary11111111111010101100011
Octal377352143

Shades and tints

Shades of #FFEA63

#FFEA63
(255,234,99)
#E8D55A
(232,213,90)
#D1C051
(209,192,81)
#BAAB48
(186,171,72)
#A3963F
(163,150,63)
#8C8136
(140,129,54)
#756C2D
(117,108,45)
#5E5724
(94,87,36)
#47421B
(71,66,27)
#302D12
(48,45,18)
#191809
(25,24,9)
#000000
(0,0,0)

Tints of #FFEA63

#FFEA63
(255,234,99)
#FFEB71
(255,235,113)
#FFEC7F
(255,236,127)
#FFED8D
(255,237,141)
#FFEE9B
(255,238,155)
#FFEFA9
(255,239,169)
#FFF0B7
(255,240,183)
#FFF1C5
(255,241,197)
#FFF2D3
(255,242,211)
#FFF3E1
(255,243,225)
#FFF4EF
(255,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFEA63 color. Also use rgb(255,234,99) instead hex code.

Text Font Color

.myTextColor { color: #FFEA63; }

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

This text font color is #FFEA63.


Background Color

.myBgColor { background-color: #FFEA63; }

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

This div background color is #FFEA63.


Border color

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

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

This div border color is #FFEA63.


Opacity

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

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

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

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

This text has shadow with #FFEA63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFEA63 on black background.


Color preview on white background

This text has color #FFEA63 on white background.



Black color preview on #FFEA63 background

This text has black color on #FFEA63 background.


White color preview on #FFEA63 background

This text has white color on #FFEA63 background.