COLOR #E69B50

HEX: #E69B50
RGB: (230,155,80)

Renk bilgisi

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

RGB renk modeli

#E69B50 color RGB value is (230,155,80).

  • kırmız ton 230;
  • yeşil ton 155;
  • mavi ton 80.
RGB:
(230,155,80)
(90%,61%,31%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 155 of 255 = 61%
B 80 of 255 = 31%

230
155
80

R + G + B ~ 61%. #E69B50 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 155 + 80 = 465 (100%)
R 230 of 465 ~ 49.46%
G 155 of 465 ~ 33.33%
B 80 of 465 ~ 17.2%

%49.46
%33.33
%17.2

CMYK RENK MODELİ

#E69B50 rengi CMYK tonu (0,33,65,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.61%
  • sarı tonu 65.22%
  • ana renk tonu 9.80%
CMYK:
(0,33,65,10)
C0M33Y65K10 
(0%,33%,65%,10%)
(0.00/0.33/0.65/0.10)	

CMYK yüzdeleri

%0
%32.61
%65.22
%9.8

Codes

Color #E69B50 in popluar color models

E69B50
RGB23015580
HSL30°75.00%60.78%
HSB/HSV30°65.22%90.20%
CMYK0.00%32.61%65.22%
9.80%

Color #E69B50 in popluar number systems.

HEXE69B50
Decimal23015580
Binary11100110100110111010000
Octal346233120

Shades and tints

Shades of #E69B50

#E69B50
(230,155,80)
#D28D49
(210,141,73)
#BE7F42
(190,127,66)
#AA713B
(170,113,59)
#966334
(150,99,52)
#82552D
(130,85,45)
#6E4726
(110,71,38)
#5A391F
(90,57,31)
#462B18
(70,43,24)
#321D11
(50,29,17)
#1E0F0A
(30,15,10)
#000000
(0,0,0)

Tints of #E69B50

#E69B50
(230,155,80)
#E8A45F
(232,164,95)
#EAAD6E
(234,173,110)
#ECB67D
(236,182,125)
#EEBF8C
(238,191,140)
#F0C89B
(240,200,155)
#F2D1AA
(242,209,170)
#F4DAB9
(244,218,185)
#F6E3C8
(246,227,200)
#F8ECD7
(248,236,215)
#FAF5E6
(250,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E69B50 color. Also use rgb(230,155,80) instead hex code.

Text Font Color

.myTextColor { color: #E69B50; }

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

This text font color is #E69B50.


Background Color

.myBgColor { background-color: #E69B50; }

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

This div background color is #E69B50.


Border color

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

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

This div border color is #E69B50.


Opacity

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

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

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

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

This text has shadow with #E69B50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E69B50 on black background.


Color preview on white background

This text has color #E69B50 on white background.



Black color preview on #E69B50 background

This text has black color on #E69B50 background.


White color preview on #E69B50 background

This text has white color on #E69B50 background.