COLOR #EFEF41

HEX: #EFEF41
RGB: (239,239,65)

Color info

#EFEF41 contains mainly red and green colors. Web safe color of #EFEF41 is #FFFF33 (or #FF3).

RGB color model

#EFEF41 color RGB value is (239,239,65).

  • red value is 239;
  • green value is 239;
  • blue value is 65.
RGB:
(239,239,65)
(94%,94%,25%)

RGB channels and saturation

R 239 of 255 = 94%
G 239 of 255 = 94%
B 65 of 255 = 25%

239
239
65

R + G + B ~ 71%. #EFEF41 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 239 + 65 = 543 (100%)
R 239 of 543 ~ 44.01%
G 239 of 543 ~ 44.01%
B 65 of 543 ~ 11.97%

%44.01
%44.01
%11.97

CMYK color model

#EFEF41 color CMYK value is (0,0,73,6).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 72.80%
  • key color value is 6.27%
CMYK:
(0,0,73,6)
C0M0Y73K6 
(0%,0%,73%,6%)
(0.00/0.00/0.73/0.06)	

CMYK percentages

%0
%0
%72.8
%6.27

Codes

Color #EFEF41 in popluar color models

EFEF41
RGB23923965
HSL60°84.47%59.61%
HSB/HSV60°72.80%93.73%
CMYK0.00%0.00%72.80%
6.27%

Color #EFEF41 in popluar number systems.

HEXEFEF41
Decimal23923965
Binary11101111111011111000001
Octal357357101

Shades and tints

Shades of #EFEF41

#EFEF41
(239,239,65)
#DADA3C
(218,218,60)
#C5C537
(197,197,55)
#B0B032
(176,176,50)
#9B9B2D
(155,155,45)
#868628
(134,134,40)
#717123
(113,113,35)
#5C5C1E
(92,92,30)
#474719
(71,71,25)
#323214
(50,50,20)
#1D1D0F
(29,29,15)
#000000
(0,0,0)

Tints of #EFEF41

#EFEF41
(239,239,65)
#F0F052
(240,240,82)
#F1F163
(241,241,99)
#F2F274
(242,242,116)
#F3F385
(243,243,133)
#F4F496
(244,244,150)
#F5F5A7
(245,245,167)
#F6F6B8
(246,246,184)
#F7F7C9
(247,247,201)
#F8F8DA
(248,248,218)
#F9F9EB
(249,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFEF41; }

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

This text font color is #EFEF41.


Background Color

.myBgColor { background-color: #EFEF41; }

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

This div background color is #EFEF41.


Border color

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

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

This div border color is #EFEF41.


Opacity

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

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

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

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

This text has shadow with #EFEF41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFEF41 on black background.


Color preview on white background

This text has color #EFEF41 on white background.



Black color preview on #EFEF41 background

This text has black color on #EFEF41 background.


White color preview on #EFEF41 background

This text has white color on #EFEF41 background.