COLOR #EFE364

HEX: #EFE364
RGB: (239,227,100)

Color info

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

RGB color model

#EFE364 color RGB value is (239,227,100).

  • red value is 239;
  • green value is 227;
  • blue value is 100.
RGB:
(239,227,100)
(94%,89%,39%)

RGB channels and saturation

R 239 of 255 = 94%
G 227 of 255 = 89%
B 100 of 255 = 39%

239
227
100

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

Portions of RGB colors in percentages

R + G + B =
239 + 227 + 100 = 566 (100%)
R 239 of 566 ~ 42.23%
G 227 of 566 ~ 40.11%
B 100 of 566 ~ 17.67%

%42.23
%40.11
%17.67

CMYK color model

#EFE364 color CMYK value is (0,5,58,6).

  • cyan value is 0.00%
  • magenta value is 5.02%
  • yellow value is 58.16%
  • key color value is 6.27%
CMYK:
(0,5,58,6)
C0M5Y58K6 
(0%,5%,58%,6%)
(0.00/0.05/0.58/0.06)	

CMYK percentages

%0
%5.02
%58.16
%6.27

Codes

Color #EFE364 in popluar color models

EFE364
RGB239227100
HSL55°81.29%66.47%
HSB/HSV55°58.16%93.73%
CMYK0.00%5.02%58.16%
6.27%

Color #EFE364 in popluar number systems.

HEXEFE364
Decimal239227100
Binary11101111111000111100100
Octal357343144

Shades and tints

Shades of #EFE364

#EFE364
(239,227,100)
#DACF5B
(218,207,91)
#C5BB52
(197,187,82)
#B0A749
(176,167,73)
#9B9340
(155,147,64)
#867F37
(134,127,55)
#716B2E
(113,107,46)
#5C5725
(92,87,37)
#47431C
(71,67,28)
#322F13
(50,47,19)
#1D1B0A
(29,27,10)
#000000
(0,0,0)

Tints of #EFE364

#EFE364
(239,227,100)
#F0E572
(240,229,114)
#F1E780
(241,231,128)
#F2E98E
(242,233,142)
#F3EB9C
(243,235,156)
#F4EDAA
(244,237,170)
#F5EFB8
(245,239,184)
#F6F1C6
(246,241,198)
#F7F3D4
(247,243,212)
#F8F5E2
(248,245,226)
#F9F7F0
(249,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFE364 color. Also use rgb(239,227,100) instead hex code.

Text Font Color

.myTextColor { color: #EFE364; }

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

This text font color is #EFE364.


Background Color

.myBgColor { background-color: #EFE364; }

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

This div background color is #EFE364.


Border color

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

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

This div border color is #EFE364.


Opacity

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

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

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

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

This text has shadow with #EFE364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE364 on black background.


Color preview on white background

This text has color #EFE364 on white background.



Black color preview on #EFE364 background

This text has black color on #EFE364 background.


White color preview on #EFE364 background

This text has white color on #EFE364 background.