COLOR #E6852E

HEX: #E6852E
RGB: (230,133,46)

Renk bilgisi

#E6852E contains mainly red color. #E6852E ‘ nin web güvenlik rengi #CC9933 (ya da #C93) dir.

RGB renk modeli

#E6852E color RGB value is (230,133,46).

  • kırmız ton 230;
  • yeşil ton 133;
  • mavi ton 46.
RGB:
(230,133,46)
(90%,52%,18%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 133 of 255 = 52%
B 46 of 255 = 18%

230
133
46

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 133 + 46 = 409 (100%)
R 230 of 409 ~ 56.23%
G 133 of 409 ~ 32.52%
B 46 of 409 ~ 11.25%

%56.23
%32.52
%11.25

CMYK RENK MODELİ

#E6852E rengi CMYK tonu (0,42,80,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 42.17%
  • sarı tonu 80.00%
  • ana renk tonu 9.80%
CMYK:
(0,42,80,10)
C0M42Y80K10 
(0%,42%,80%,10%)
(0.00/0.42/0.80/0.10)	

CMYK yüzdeleri

%0
%42.17
%80
%9.8

Codes

Color #E6852E in popluar color models

E6852E
RGB23013346
HSL28°78.63%54.12%
HSB/HSV28°80.00%90.20%
CMYK0.00%42.17%80.00%
9.80%

Color #E6852E in popluar number systems.

HEXE6852E
Decimal23013346
Binary1110011010000101101110
Octal34620556

Shades and tints

Shades of #E6852E

#E6852E
(230,133,46)
#D2792A
(210,121,42)
#BE6D26
(190,109,38)
#AA6122
(170,97,34)
#96551E
(150,85,30)
#82491A
(130,73,26)
#6E3D16
(110,61,22)
#5A3112
(90,49,18)
#46250E
(70,37,14)
#32190A
(50,25,10)
#1E0D06
(30,13,6)
#000000
(0,0,0)

Tints of #E6852E

#E6852E
(230,133,46)
#E89041
(232,144,65)
#EA9B54
(234,155,84)
#ECA667
(236,166,103)
#EEB17A
(238,177,122)
#F0BC8D
(240,188,141)
#F2C7A0
(242,199,160)
#F4D2B3
(244,210,179)
#F6DDC6
(246,221,198)
#F8E8D9
(248,232,217)
#FAF3EC
(250,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6852E color. Also use rgb(230,133,46) instead hex code.

Text Font Color

.myTextColor { color: #E6852E; }

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

This text font color is #E6852E.


Background Color

.myBgColor { background-color: #E6852E; }

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

This div background color is #E6852E.


Border color

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

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

This div border color is #E6852E.


Opacity

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

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

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

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

This text has shadow with #E6852E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6852E on black background.


Color preview on white background

This text has color #E6852E on white background.



Black color preview on #E6852E background

This text has black color on #E6852E background.


White color preview on #E6852E background

This text has white color on #E6852E background.