COLOR #E6985A

HEX: #E6985A
RGB: (230,152,90)

Renk bilgisi

#E6985A contains mainly red color. #E6985A ‘ nin web güvenlik rengi #CC9966 (ya da #C96) dir.

RGB renk modeli

#E6985A color RGB value is (230,152,90).

  • kırmız ton 230;
  • yeşil ton 152;
  • mavi ton 90.
RGB:
(230,152,90)
(90%,60%,35%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 152 of 255 = 60%
B 90 of 255 = 35%

230
152
90

R + G + B ~ 62%. #E6985A is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 152 + 90 = 472 (100%)
R 230 of 472 ~ 48.73%
G 152 of 472 ~ 32.2%
B 90 of 472 ~ 19.07%

%48.73
%32.2
%19.07

CMYK RENK MODELİ

#E6985A rengi CMYK tonu (0,34,61,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.91%
  • sarı tonu 60.87%
  • ana renk tonu 9.80%
CMYK:
(0,34,61,10)
C0M34Y61K10 
(0%,34%,61%,10%)
(0.00/0.34/0.61/0.10)	

CMYK yüzdeleri

%0
%33.91
%60.87
%9.8

Codes

Color #E6985A in popluar color models

E6985A
RGB23015290
HSL27°73.68%62.75%
HSB/HSV27°60.87%90.20%
CMYK0.00%33.91%60.87%
9.80%

Color #E6985A in popluar number systems.

HEXE6985A
Decimal23015290
Binary11100110100110001011010
Octal346230132

Shades and tints

Shades of #E6985A

#E6985A
(230,152,90)
#D28B52
(210,139,82)
#BE7E4A
(190,126,74)
#AA7142
(170,113,66)
#96643A
(150,100,58)
#825732
(130,87,50)
#6E4A2A
(110,74,42)
#5A3D22
(90,61,34)
#46301A
(70,48,26)
#322312
(50,35,18)
#1E160A
(30,22,10)
#000000
(0,0,0)

Tints of #E6985A

#E6985A
(230,152,90)
#E8A169
(232,161,105)
#EAAA78
(234,170,120)
#ECB387
(236,179,135)
#EEBC96
(238,188,150)
#F0C5A5
(240,197,165)
#F2CEB4
(242,206,180)
#F4D7C3
(244,215,195)
#F6E0D2
(246,224,210)
#F8E9E1
(248,233,225)
#FAF2F0
(250,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6985A color. Also use rgb(230,152,90) instead hex code.

Text Font Color

.myTextColor { color: #E6985A; }

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

This text font color is #E6985A.


Background Color

.myBgColor { background-color: #E6985A; }

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

This div background color is #E6985A.


Border color

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

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

This div border color is #E6985A.


Opacity

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

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

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

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

This text has shadow with #E6985A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6985A on black background.


Color preview on white background

This text has color #E6985A on white background.



Black color preview on #E6985A background

This text has black color on #E6985A background.


White color preview on #E6985A background

This text has white color on #E6985A background.