COLOR #EFEF24

HEX: #EFEF24
RGB: (239,239,36)

Color info

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

RGB color model

#EFEF24 color RGB value is (239,239,36).

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

RGB channels and saturation

R 239 of 255 = 94%
G 239 of 255 = 94%
B 36 of 255 = 14%

239
239
36

R + G + B ~ 67%. #EFEF24 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 239 + 36 = 514 (100%)
R 239 of 514 ~ 46.5%
G 239 of 514 ~ 46.5%
B 36 of 514 ~ 7%

%46.5
%46.5

CMYK color model

#EFEF24 color CMYK value is (0,0,85,6).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 84.94%
  • key color value is 6.27%
CMYK:
(0,0,85,6)
C0M0Y85K6 
(0%,0%,85%,6%)
(0.00/0.00/0.85/0.06)	

CMYK percentages

%0
%0
%84.94
%6.27

Codes

Color #EFEF24 in popluar color models

EFEF24
RGB23923936
HSL60°86.38%53.92%
HSB/HSV60°84.94%93.73%
CMYK0.00%0.00%84.94%
6.27%

Color #EFEF24 in popluar number systems.

HEXEFEF24
Decimal23923936
Binary1110111111101111100100
Octal35735744

Shades and tints

Shades of #EFEF24

#EFEF24
(239,239,36)
#DADA21
(218,218,33)
#C5C51E
(197,197,30)
#B0B01B
(176,176,27)
#9B9B18
(155,155,24)
#868615
(134,134,21)
#717112
(113,113,18)
#5C5C0F
(92,92,15)
#47470C
(71,71,12)
#323209
(50,50,9)
#1D1D06
(29,29,6)
#000000
(0,0,0)

Tints of #EFEF24

#EFEF24
(239,239,36)
#F0F037
(240,240,55)
#F1F14A
(241,241,74)
#F2F25D
(242,242,93)
#F3F370
(243,243,112)
#F4F483
(244,244,131)
#F5F596
(245,245,150)
#F6F6A9
(246,246,169)
#F7F7BC
(247,247,188)
#F8F8CF
(248,248,207)
#F9F9E2
(249,249,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFEF24; }

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

This text font color is #EFEF24.


Background Color

.myBgColor { background-color: #EFEF24; }

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

This div background color is #EFEF24.


Border color

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

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

This div border color is #EFEF24.


Opacity

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

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

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

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

This text has shadow with #EFEF24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFEF24 on black background.


Color preview on white background

This text has color #EFEF24 on white background.



Black color preview on #EFEF24 background

This text has black color on #EFEF24 background.


White color preview on #EFEF24 background

This text has white color on #EFEF24 background.