COLOR #EEEF67

HEX: #EEEF67
RGB: (238,239,103)

Color info

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

RGB color model

#EEEF67 color RGB value is (238,239,103).

  • red value is 238;
  • green value is 239;
  • blue value is 103.
RGB:
(238,239,103)
(93%,94%,40%)

RGB channels and saturation

R 238 of 255 = 93%
G 239 of 255 = 94%
B 103 of 255 = 40%

238
239
103

R + G + B ~ 76%. #EEEF67 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 239 + 103 = 580 (100%)
R 238 of 580 ~ 41.03%
G 239 of 580 ~ 41.21%
B 103 of 580 ~ 17.76%

%41.03
%41.21
%17.76

CMYK color model

#EEEF67 color CMYK value is (0,0,57,6).

  • cyan value is 0.42%
  • magenta value is 0.00%
  • yellow value is 56.90%
  • key color value is 6.27%
CMYK:
(0,0,57,6)
C0M0Y57K6 
(0%,0%,57%,6%)
(0.00/0.00/0.57/0.06)	

CMYK percentages

%0.42
%0
%56.9
%6.27

Codes

Color #EEEF67 in popluar color models

EEEF67
RGB238239103
HSL60°80.95%67.06%
HSB/HSV60°56.90%93.73%
CMYK0.42%0.00%56.90%
6.27%

Color #EEEF67 in popluar number systems.

HEXEEEF67
Decimal238239103
Binary11101110111011111100111
Octal356357147

Shades and tints

Shades of #EEEF67

#EEEF67
(238,239,103)
#D9DA5E
(217,218,94)
#C4C555
(196,197,85)
#AFB04C
(175,176,76)
#9A9B43
(154,155,67)
#85863A
(133,134,58)
#707131
(112,113,49)
#5B5C28
(91,92,40)
#46471F
(70,71,31)
#313216
(49,50,22)
#1C1D0D
(28,29,13)
#000000
(0,0,0)

Tints of #EEEF67

#EEEF67
(238,239,103)
#EFF074
(239,240,116)
#F0F181
(240,241,129)
#F1F28E
(241,242,142)
#F2F39B
(242,243,155)
#F3F4A8
(243,244,168)
#F4F5B5
(244,245,181)
#F5F6C2
(245,246,194)
#F6F7CF
(246,247,207)
#F7F8DC
(247,248,220)
#F8F9E9
(248,249,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEEF67; }

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

This text font color is #EEEF67.


Background Color

.myBgColor { background-color: #EEEF67; }

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

This div background color is #EEEF67.


Border color

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

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

This div border color is #EEEF67.


Opacity

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

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

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

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

This text has shadow with #EEEF67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEEF67 on black background.


Color preview on white background

This text has color #EEEF67 on white background.



Black color preview on #EEEF67 background

This text has black color on #EEEF67 background.


White color preview on #EEEF67 background

This text has white color on #EEEF67 background.