COLOR #E18700

HEX: #E18700
RGB: (225,135,0)

Renk bilgisi

#E18700 contains mainly red color. #E18700 ‘ nin web güvenlik rengi #CC9900 (ya da #C90) dir.

RGB renk modeli

#E18700 color RGB value is (225,135,0).

  • kırmız ton 225;
  • yeşil ton 135;
  • mavi ton 0.
RGB:
(225,135,0)
(88%,53%,0%)

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 135 of 255 = 53%
B 0 of 255 = 0%

225
135
0

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

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 135 + 0 = 360 (100%)
R 225 of 360 ~ 62.5%
G 135 of 360 ~ 37.5%
B 0 of 360 ~ 0%

%62.5
%37.5

CMYK RENK MODELİ

#E18700 rengi CMYK tonu (0,40,100,12).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.00%
  • sarı tonu 100.00%
  • ana renk tonu 11.76%
CMYK:
(0,40,100,12)
C0M40Y100K12 
(0%,40%,100%,12%)
(0.00/0.40/1.00/0.12)	

CMYK yüzdeleri

%0
%40
%100
%11.76

Codes

Color #E18700 in popluar color models

E18700
RGB2251350
HSL36°100.00%44.12%
HSB/HSV36°100.00%88.24%
CMYK0.00%40.00%100.00%
11.76%

Color #E18700 in popluar number systems.

HEXE18700
Decimal2251350
Binary11100001100001110
Octal3412070

Shades and tints

Shades of #E18700

#E18700
(225,135,0)
#CD7B00
(205,123,0)
#B96F00
(185,111,0)
#A56300
(165,99,0)
#915700
(145,87,0)
#7D4B00
(125,75,0)
#693F00
(105,63,0)
#553300
(85,51,0)
#412700
(65,39,0)
#2D1B00
(45,27,0)
#190F00
(25,15,0)
#000000
(0,0,0)

Tints of #E18700

#E18700
(225,135,0)
#E39117
(227,145,23)
#E59B2E
(229,155,46)
#E7A545
(231,165,69)
#E9AF5C
(233,175,92)
#EBB973
(235,185,115)
#EDC38A
(237,195,138)
#EFCDA1
(239,205,161)
#F1D7B8
(241,215,184)
#F3E1CF
(243,225,207)
#F5EBE6
(245,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E18700 color. Also use rgb(225,135,0) instead hex code.

Text Font Color

.myTextColor { color: #E18700; }

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

This text font color is #E18700.


Background Color

.myBgColor { background-color: #E18700; }

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

This div background color is #E18700.


Border color

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

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

This div border color is #E18700.


Opacity

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

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

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

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

This text has shadow with #E18700 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E18700 on black background.


Color preview on white background

This text has color #E18700 on white background.



Black color preview on #E18700 background

This text has black color on #E18700 background.


White color preview on #E18700 background

This text has white color on #E18700 background.