COLOR #E2DA0E

HEX: #E2DA0E RGB: (226,218,14)

Color info

#E2DA0E contains mainly red and green colors. Web safe color of #E2DA0E is #CCCC00 (or #CC0).

RGB color model

#E2DA0E color RGB value is (226,218,14).

RGB: (226,218,14) (89%, 85%, 5%)

RGB channels and saturation

R 226 of 255 = 89%
G 218 of 255 = 85%
B 14 of 255 = 5%

226
218
14

R + G + B ~ 60%. #E2DA0E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 226 + 218 + 14 = 458 (100%)
R 226 of 458 ~ 49.34%
G 218 of 458 ~ 47.6%
B 14 of 458 ~ 3.06'%

%49.34
%47.6

CMYK color model

#E2DA0E color CMYK value is (0,4,94,11).

  • cyan value is 0.00%
  • magenta value is 3.54%
  • yellow value is 93.81%
  • key color value is 11.37%

CMYK: (0,4,94,11)
C0M4Y94K11 (0%, 4%, 94%, 11%)
(0.00 / 0.04 / 0.94 / 0.11)

CMYK percentages

%0
%3.54
%93.81
%11.37

Codes

Color #E2DA0E in popluar color models

E2 DA 0E
RGB 226 218 14
HSL 58° 88.33% 47.06%
HSB/HSV 58° 93.81% 88.63%
CMYK 0.00% 3.54% 93.81%
11.37%

Color #E2DA0E in popluar number systems.

HEX E2 DA 0E
Decimal 226 218 14
Binary 11100010 11011010 1110
Octal 342 332 16

Shades and tints

Shades of #E2DA0E

#E2DA0E
(226,218,14)
#CEC70D
(206,199,13)
#BAB40C
(186,180,12)
#A6A10B
(166,161,11)
#928E0A
(146,142,10)
#7E7B09
(126,123,9)
#6A6808
(106,104,8)
#565507
(86,85,7)
#424206
(66,66,6)
#2E2F05
(46,47,5)
#1A1C04
(26,28,4)
#000000
(0,0,0)

Tints of #E2DA0E

#E2DA0E
(226,218,14)
#E4DD23
(228,221,35)
#E6E038
(230,224,56)
#E8E34D
(232,227,77)
#EAE662
(234,230,98)
#ECE977
(236,233,119)
#EEEC8C
(238,236,140)
#F0EFA1
(240,239,161)
#F2F2B6
(242,242,182)
#F4F5CB
(244,245,203)
#F6F8E0
(246,248,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2DA0E color. Also use rgb(226,218,14) instead hex code.

Text Font Color

.myTextColor { color: #E2DA0E; }

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

This text font color is #E2DA0E.

Background Color

.myBgColor { background-color: #E2DA0E; }

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

This div background color is #E2DA0E.

Border color

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

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

This div border color is #E2DA0E.

Opacity

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

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

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

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

This text has shadow with #E2DA0E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2DA0E.

Preview

Color preview on black background

This text has color #E2DA0E on black background.


Color preview on white background

This text has color #E2DA0E on white background.


Black color preview on #E2DA0E background

This text has black color on #E2DA0E background.


White color preview on #E2DA0E background

This text has white color on #E2DA0E background.


Related colors

Complementary color

Complementary color for #hex is #1D25F1.


I love getcolorcode.com

Triadic colors

1 #0EE2DA and #DA0EE2 with #E2DA0E are triadic colors.

2 #0EDAE2 and #DAE20E with #E2DA0E are triadic colors.