COLOR #E34B09

HEX: #E34B09
RGB: (227,75,9)

Renk bilgisi

#E34B09 contains mainly red color. #E34B09 ‘ nin web güvenlik rengi #CC3300 (ya da #C30) dir.

RGB renk modeli

#E34B09 color RGB value is (227,75,9).

  • kırmız ton 227;
  • yeşil ton 75;
  • mavi ton 9.
RGB:
(227,75,9)
(89%,29%,4%)

RGB bağlantıları ve doygunluk

R 227 of 255 = 89%
G 75 of 255 = 29%
B 9 of 255 = 4%

227
75
9

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

Yüzdelerle RGB renk parçaları

R + G + B =
227 + 75 + 9 = 311 (100%)
R 227 of 311 ~ 72.99%
G 75 of 311 ~ 24.12%
B 9 of 311 ~ 2.89%

%72.99
%24.12

CMYK RENK MODELİ

#E34B09 rengi CMYK tonu (0,67,96,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 66.96%
  • sarı tonu 96.04%
  • ana renk tonu 10.98%
CMYK:
(0,67,96,11)
C0M67Y96K11 
(0%,67%,96%,11%)
(0.00/0.67/0.96/0.11)	

CMYK yüzdeleri

%0
%66.96
%96.04
%10.98

Codes

Color #E34B09 in popluar color models

E34B09
RGB227759
HSL18°92.37%46.27%
HSB/HSV18°96.04%89.02%
CMYK0.00%66.96%96.04%
10.98%

Color #E34B09 in popluar number systems.

HEXE34B09
Decimal227759
Binary1110001110010111001
Octal34311311

Shades and tints

Shades of #E34B09

#E34B09
(227,75,9)
#CF4509
(207,69,9)
#BB3F09
(187,63,9)
#A73909
(167,57,9)
#933309
(147,51,9)
#7F2D09
(127,45,9)
#6B2709
(107,39,9)
#572109
(87,33,9)
#431B09
(67,27,9)
#2F1509
(47,21,9)
#1B0F09
(27,15,9)
#000000
(0,0,0)

Tints of #E34B09

#E34B09
(227,75,9)
#E55B1F
(229,91,31)
#E76B35
(231,107,53)
#E97B4B
(233,123,75)
#EB8B61
(235,139,97)
#ED9B77
(237,155,119)
#EFAB8D
(239,171,141)
#F1BBA3
(241,187,163)
#F3CBB9
(243,203,185)
#F5DBCF
(245,219,207)
#F7EBE5
(247,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E34B09 color. Also use rgb(227,75,9) instead hex code.

Text Font Color

.myTextColor { color: #E34B09; }

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

This text font color is #E34B09.


Background Color

.myBgColor { background-color: #E34B09; }

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

This div background color is #E34B09.


Border color

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

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

This div border color is #E34B09.


Opacity

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

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

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

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

This text has shadow with #E34B09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E34B09 on black background.


Color preview on white background

This text has color #E34B09 on white background.



Black color preview on #E34B09 background

This text has black color on #E34B09 background.


White color preview on #E34B09 background

This text has white color on #E34B09 background.