COLOR #E3CF2D

HEX: #E3CF2D RGB: (227,207,45)

Color info

#E3CF2D contains mainly red and green colors. Web safe color of #E3CF2D is #CCCC33 (or #CC3).

RGB color model

#E3CF2D color RGB value is (227,207,45).

RGB: (227,207,45) (89%, 81%, 18%)

RGB channels and saturation

R 227 of 255 = 89%
G 207 of 255 = 81%
B 45 of 255 = 18%

227
207
45

R + G + B ~ 63%. #E3CF2D is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 207 + 45 = 479 (100%)
R 227 of 479 ~ 47.39%
G 207 of 479 ~ 43.22%
B 45 of 479 ~ 9.39'%

%47.39
%43.22

CMYK color model

#E3CF2D color CMYK value is (0,9,80,11).

  • cyan value is 0.00%
  • magenta value is 8.81%
  • yellow value is 80.18%
  • key color value is 10.98%

CMYK: (0,9,80,11)
C0M9Y80K11 (0%, 9%, 80%, 11%)
(0.00 / 0.09 / 0.80 / 0.11)

CMYK percentages

%0
%8.81
%80.18
%10.98

Codes

Color #E3CF2D in popluar color models

E3 CF 2D
RGB 227 207 45
HSL 53° 76.47% 53.33%
HSB/HSV 53° 80.18% 89.02%
CMYK 0.00% 8.81% 80.18%
10.98%

Color #E3CF2D in popluar number systems.

HEX E3 CF 2D
Decimal 227 207 45
Binary 11100011 11001111 101101
Octal 343 317 55

Shades and tints

Shades of #E3CF2D

#E3CF2D
(227,207,45)
#CFBD29
(207,189,41)
#BBAB25
(187,171,37)
#A79921
(167,153,33)
#93871D
(147,135,29)
#7F7519
(127,117,25)
#6B6315
(107,99,21)
#575111
(87,81,17)
#433F0D
(67,63,13)
#2F2D09
(47,45,9)
#1B1B05
(27,27,5)
#000000
(0,0,0)

Tints of #E3CF2D

#E3CF2D
(227,207,45)
#E5D340
(229,211,64)
#E7D753
(231,215,83)
#E9DB66
(233,219,102)
#EBDF79
(235,223,121)
#EDE38C
(237,227,140)
#EFE79F
(239,231,159)
#F1EBB2
(241,235,178)
#F3EFC5
(243,239,197)
#F5F3D8
(245,243,216)
#F7F7EB
(247,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3CF2D color. Also use rgb(227,207,45) instead hex code.

Text Font Color

.myTextColor { color: #E3CF2D; }

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

This text font color is #E3CF2D.

Background Color

.myBgColor { background-color: #E3CF2D; }

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

This div background color is #E3CF2D.

Border color

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

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

This div border color is #E3CF2D.

Opacity

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

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

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

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

This text has shadow with #E3CF2D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3CF2D.

Preview

Color preview on black background

This text has color #E3CF2D on black background.


Color preview on white background

This text has color #E3CF2D on white background.


Black color preview on #E3CF2D background

This text has black color on #E3CF2D background.


White color preview on #E3CF2D background

This text has white color on #E3CF2D background.


Related colors

Complementary color

Complementary color for #hex is #1C30D2.


I love getcolorcode.com

Triadic colors

1 #2DE3CF and #CF2DE3 with #E3CF2D are triadic colors.

2 #2DCFE3 and #CFE32D with #E3CF2D are triadic colors.