COLOR #E6C61A

HEX: #E6C61A
RGB: (230,198,26)

Color info

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

RGB color model

#E6C61A color RGB value is (230,198,26).

  • red value is 230;
  • green value is 198;
  • blue value is 26.
RGB:
(230,198,26)
(90%,78%,10%)

RGB channels and saturation

R 230 of 255 = 90%
G 198 of 255 = 78%
B 26 of 255 = 10%

230
198
26

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

Portions of RGB colors in percentages

R + G + B =
230 + 198 + 26 = 454 (100%)
R 230 of 454 ~ 50.66%
G 198 of 454 ~ 43.61%
B 26 of 454 ~ 5.73%

%50.66
%43.61

CMYK color model

#E6C61A color CMYK value is (0,14,89,10).

  • cyan value is 0.00%
  • magenta value is 13.91%
  • yellow value is 88.70%
  • key color value is 9.80%
CMYK:
(0,14,89,10)
C0M14Y89K10 
(0%,14%,89%,10%)
(0.00/0.14/0.89/0.10)	

CMYK percentages

%0
%13.91
%88.7
%9.8

Codes

Color #E6C61A in popluar color models

E6C61A
RGB23019826
HSL51°80.31%50.20%
HSB/HSV51°88.70%90.20%
CMYK0.00%13.91%88.70%
9.80%

Color #E6C61A in popluar number systems.

HEXE6C61A
Decimal23019826
Binary111001101100011011010
Octal34630632

Shades and tints

Shades of #E6C61A

#E6C61A
(230,198,26)
#D2B418
(210,180,24)
#BEA216
(190,162,22)
#AA9014
(170,144,20)
#967E12
(150,126,18)
#826C10
(130,108,16)
#6E5A0E
(110,90,14)
#5A480C
(90,72,12)
#46360A
(70,54,10)
#322408
(50,36,8)
#1E1206
(30,18,6)
#000000
(0,0,0)

Tints of #E6C61A

#E6C61A
(230,198,26)
#E8CB2E
(232,203,46)
#EAD042
(234,208,66)
#ECD556
(236,213,86)
#EEDA6A
(238,218,106)
#F0DF7E
(240,223,126)
#F2E492
(242,228,146)
#F4E9A6
(244,233,166)
#F6EEBA
(246,238,186)
#F8F3CE
(248,243,206)
#FAF8E2
(250,248,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6C61A color. Also use rgb(230,198,26) instead hex code.

Text Font Color

.myTextColor { color: #E6C61A; }

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

This text font color is #E6C61A.


Background Color

.myBgColor { background-color: #E6C61A; }

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

This div background color is #E6C61A.


Border color

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

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

This div border color is #E6C61A.


Opacity

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

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

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

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

This text has shadow with #E6C61A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C61A on black background.


Color preview on white background

This text has color #E6C61A on white background.



Black color preview on #E6C61A background

This text has black color on #E6C61A background.


White color preview on #E6C61A background

This text has white color on #E6C61A background.