COLOR #EEDF33

HEX: #EEDF33 RGB: (238,223,51)

Color info

#EEDF33 contains mainly red and green colors. Web safe color of #EEDF33 is #FFCC33 (or #FC3).

RGB color model

#EEDF33 color RGB value is (238,223,51).

RGB: (238,223,51) (93%, 87%, 20%)

RGB channels and saturation

R 238 of 255 = 93%
G 223 of 255 = 87%
B 51 of 255 = 20%

238
223
51

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

Portions of RGB colors in percentages

R + G + B = 238 + 223 + 51 = 512 (100%)
R 238 of 512 ~ 46.48%
G 223 of 512 ~ 43.55%
B 51 of 512 ~ 9.96'%

%46.48
%43.55
%9.96

CMYK color model

#EEDF33 color CMYK value is (0,6,79,7).

  • cyan value is 0.00%
  • magenta value is 6.30%
  • yellow value is 78.57%
  • key color value is 6.67%
CMYK: (0,6,79,7) C0M6Y79K7 (0%,6%,79%,7%) (0.00/0.06/0.79/0.07) 

CMYK percentages

%0
%6.3
%78.57
%6.67

Codes

Color #EEDF33 in popluar color models

EE DF 33
RGB 238 223 51
HSL 55° 84.62% 56.67%
HSB/HSV 55° 78.57% 93.33%
CMYK 0.00% 6.30% 78.57%
6.67%

Color #EEDF33 in popluar number systems.

HEX EE DF 33
Decimal 238 223 51
Binary 11101110 11011111 110011
Octal 356 337 63

Shades and tints

Shades of #EEDF33

#EEDF33
(238,223,51)
#D9CB2F
(217,203,47)
#C4B72B
(196,183,43)
#AFA327
(175,163,39)
#9A8F23
(154,143,35)
#857B1F
(133,123,31)
#70671B
(112,103,27)
#5B5317
(91,83,23)
#463F13
(70,63,19)
#312B0F
(49,43,15)
#1C170B
(28,23,11)
#000000
(0,0,0)

Tints of #EEDF33

#EEDF33
(238,223,51)
#EFE145
(239,225,69)
#F0E357
(240,227,87)
#F1E569
(241,229,105)
#F2E77B
(242,231,123)
#F3E98D
(243,233,141)
#F4EB9F
(244,235,159)
#F5EDB1
(245,237,177)
#F6EFC3
(246,239,195)
#F7F1D5
(247,241,213)
#F8F3E7
(248,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEDF33 color. Also use rgb(238,223,51) instead hex code.

Text Font Color

.myTextColor { color: #EEDF33; }

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

This text font color is #EEDF33.

Background Color

.myBgColor { background-color: #EEDF33; }

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

This div background color is #EEDF33.

Border color

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

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

This div border color is #EEDF33.

Opacity

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

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

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

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

This text has shadow with #EEDF33 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEDF33.

Preview

Color preview on black background

This text has color #EEDF33 on black background.


Color preview on white background

This text has color #EEDF33 on white background.


Black color preview on #EEDF33 background

This text has black color on #EEDF33 background.


White color preview on #EEDF33 background

This text has white color on #EEDF33 background.


Related colors

Complementary color

Complementary color for #hex is #1120CC.


I love getcolorcode.com

Triadic colors

1 #33EEDF and #DF33EE with #EEDF33 are triadic colors.

2 #33DFEE and #DFEE33 with #EEDF33 are triadic colors.