COLOR #E6B12C

HEX: #E6B12C
RGB: (230,177,44)

Renk bilgisi

#E6B12C contains mainly red and green colors. #E6B12C ‘ nin web güvenlik rengi #CC9933 (ya da #C93) dir.

RGB renk modeli

#E6B12C color RGB value is (230,177,44).

  • kırmız ton 230;
  • yeşil ton 177;
  • mavi ton 44.
RGB:
(230,177,44)
(90%,69%,17%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 177 of 255 = 69%
B 44 of 255 = 17%

230
177
44

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 177 + 44 = 451 (100%)
R 230 of 451 ~ 51%
G 177 of 451 ~ 39.25%
B 44 of 451 ~ 9.76%

%51
%39.25
%9.76

CMYK RENK MODELİ

#E6B12C rengi CMYK tonu (0,23,81,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.04%
  • sarı tonu 80.87%
  • ana renk tonu 9.80%
CMYK:
(0,23,81,10)
C0M23Y81K10 
(0%,23%,81%,10%)
(0.00/0.23/0.81/0.10)	

CMYK yüzdeleri

%0
%23.04
%80.87
%9.8

Codes

Color #E6B12C in popluar color models

E6B12C
RGB23017744
HSL43°78.81%53.73%
HSB/HSV43°80.87%90.20%
CMYK0.00%23.04%80.87%
9.80%

Color #E6B12C in popluar number systems.

HEXE6B12C
Decimal23017744
Binary1110011010110001101100
Octal34626154

Shades and tints

Shades of #E6B12C

#E6B12C
(230,177,44)
#D2A128
(210,161,40)
#BE9124
(190,145,36)
#AA8120
(170,129,32)
#96711C
(150,113,28)
#826118
(130,97,24)
#6E5114
(110,81,20)
#5A4110
(90,65,16)
#46310C
(70,49,12)
#322108
(50,33,8)
#1E1104
(30,17,4)
#000000
(0,0,0)

Tints of #E6B12C

#E6B12C
(230,177,44)
#E8B83F
(232,184,63)
#EABF52
(234,191,82)
#ECC665
(236,198,101)
#EECD78
(238,205,120)
#F0D48B
(240,212,139)
#F2DB9E
(242,219,158)
#F4E2B1
(244,226,177)
#F6E9C4
(246,233,196)
#F8F0D7
(248,240,215)
#FAF7EA
(250,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6B12C color. Also use rgb(230,177,44) instead hex code.

Text Font Color

.myTextColor { color: #E6B12C; }

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

This text font color is #E6B12C.


Background Color

.myBgColor { background-color: #E6B12C; }

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

This div background color is #E6B12C.


Border color

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

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

This div border color is #E6B12C.


Opacity

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

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

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

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

This text has shadow with #E6B12C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B12C on black background.


Color preview on white background

This text has color #E6B12C on white background.



Black color preview on #E6B12C background

This text has black color on #E6B12C background.


White color preview on #E6B12C background

This text has white color on #E6B12C background.