COLOR #E68C2A

HEX: #E68C2A
RGB: (230,140,42)

Renk bilgisi

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

RGB renk modeli

#E68C2A color RGB value is (230,140,42).

  • kırmız ton 230;
  • yeşil ton 140;
  • mavi ton 42.
RGB:
(230,140,42)
(90%,55%,16%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 140 of 255 = 55%
B 42 of 255 = 16%

230
140
42

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 140 + 42 = 412 (100%)
R 230 of 412 ~ 55.83%
G 140 of 412 ~ 33.98%
B 42 of 412 ~ 10.19%

%55.83
%33.98
%10.19

CMYK RENK MODELİ

#E68C2A rengi CMYK tonu (0,39,82,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 39.13%
  • sarı tonu 81.74%
  • ana renk tonu 9.80%
CMYK:
(0,39,82,10)
C0M39Y82K10 
(0%,39%,82%,10%)
(0.00/0.39/0.82/0.10)	

CMYK yüzdeleri

%0
%39.13
%81.74
%9.8

Codes

Color #E68C2A in popluar color models

E68C2A
RGB23014042
HSL31°78.99%53.33%
HSB/HSV31°81.74%90.20%
CMYK0.00%39.13%81.74%
9.80%

Color #E68C2A in popluar number systems.

HEXE68C2A
Decimal23014042
Binary1110011010001100101010
Octal34621452

Shades and tints

Shades of #E68C2A

#E68C2A
(230,140,42)
#D28027
(210,128,39)
#BE7424
(190,116,36)
#AA6821
(170,104,33)
#965C1E
(150,92,30)
#82501B
(130,80,27)
#6E4418
(110,68,24)
#5A3815
(90,56,21)
#462C12
(70,44,18)
#32200F
(50,32,15)
#1E140C
(30,20,12)
#000000
(0,0,0)

Tints of #E68C2A

#E68C2A
(230,140,42)
#E8963D
(232,150,61)
#EAA050
(234,160,80)
#ECAA63
(236,170,99)
#EEB476
(238,180,118)
#F0BE89
(240,190,137)
#F2C89C
(242,200,156)
#F4D2AF
(244,210,175)
#F6DCC2
(246,220,194)
#F8E6D5
(248,230,213)
#FAF0E8
(250,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E68C2A color. Also use rgb(230,140,42) instead hex code.

Text Font Color

.myTextColor { color: #E68C2A; }

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

This text font color is #E68C2A.


Background Color

.myBgColor { background-color: #E68C2A; }

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

This div background color is #E68C2A.


Border color

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

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

This div border color is #E68C2A.


Opacity

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

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

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

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

This text has shadow with #E68C2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E68C2A on black background.


Color preview on white background

This text has color #E68C2A on white background.



Black color preview on #E68C2A background

This text has black color on #E68C2A background.


White color preview on #E68C2A background

This text has white color on #E68C2A background.