COLOR #EB8F66

HEX: #EB8F66
RGB: (235,143,102)

Renk bilgisi

#EB8F66 contains mainly red color. #EB8F66 ‘ nin web güvenlik rengi #FF9966 (ya da #F96) dir.

RGB renk modeli

#EB8F66 color RGB value is (235,143,102).

  • kırmız ton 235;
  • yeşil ton 143;
  • mavi ton 102.
RGB:
(235,143,102)
(92%,56%,40%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 143 of 255 = 56%
B 102 of 255 = 40%

235
143
102

R + G + B ~ 63%. #EB8F66 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 143 + 102 = 480 (100%)
R 235 of 480 ~ 48.96%
G 143 of 480 ~ 29.79%
B 102 of 480 ~ 21.25%

%48.96
%29.79
%21.25

CMYK RENK MODELİ

#EB8F66 rengi CMYK tonu (0,39,57,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 39.15%
  • sarı tonu 56.60%
  • ana renk tonu 7.84%
CMYK:
(0,39,57,8)
C0M39Y57K8 
(0%,39%,57%,8%)
(0.00/0.39/0.57/0.08)	

CMYK yüzdeleri

%0
%39.15
%56.6
%7.84

Codes

Color #EB8F66 in popluar color models

EB8F66
RGB235143102
HSL18°76.88%66.08%
HSB/HSV18°56.60%92.16%
CMYK0.00%39.15%56.60%
7.84%

Color #EB8F66 in popluar number systems.

HEXEB8F66
Decimal235143102
Binary11101011100011111100110
Octal353217146

Shades and tints

Shades of #EB8F66

#EB8F66
(235,143,102)
#D6825D
(214,130,93)
#C17554
(193,117,84)
#AC684B
(172,104,75)
#975B42
(151,91,66)
#824E39
(130,78,57)
#6D4130
(109,65,48)
#583427
(88,52,39)
#43271E
(67,39,30)
#2E1A15
(46,26,21)
#190D0C
(25,13,12)
#000000
(0,0,0)

Tints of #EB8F66

#EB8F66
(235,143,102)
#EC9973
(236,153,115)
#EDA380
(237,163,128)
#EEAD8D
(238,173,141)
#EFB79A
(239,183,154)
#F0C1A7
(240,193,167)
#F1CBB4
(241,203,180)
#F2D5C1
(242,213,193)
#F3DFCE
(243,223,206)
#F4E9DB
(244,233,219)
#F5F3E8
(245,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB8F66 color. Also use rgb(235,143,102) instead hex code.

Text Font Color

.myTextColor { color: #EB8F66; }

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

This text font color is #EB8F66.


Background Color

.myBgColor { background-color: #EB8F66; }

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

This div background color is #EB8F66.


Border color

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

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

This div border color is #EB8F66.


Opacity

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

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

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

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

This text has shadow with #EB8F66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB8F66 on black background.


Color preview on white background

This text has color #EB8F66 on white background.



Black color preview on #EB8F66 background

This text has black color on #EB8F66 background.


White color preview on #EB8F66 background

This text has white color on #EB8F66 background.