COLOR #EC6235

HEX: #EC6235
RGB: (236,98,53)

Renk bilgisi

#EC6235 contains mainly red color. #EC6235 ‘ nin web güvenlik rengi #FF6633 (ya da #F63) dir.

RGB renk modeli

#EC6235 color RGB value is (236,98,53).

  • kırmız ton 236;
  • yeşil ton 98;
  • mavi ton 53.
RGB:
(236,98,53)
(93%,38%,21%)

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 98 of 255 = 38%
B 53 of 255 = 21%

236
98
53

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

Yüzdelerle RGB renk parçaları

R + G + B =
236 + 98 + 53 = 387 (100%)
R 236 of 387 ~ 60.98%
G 98 of 387 ~ 25.32%
B 53 of 387 ~ 13.7%

%60.98
%25.32
%13.7

CMYK RENK MODELİ

#EC6235 rengi CMYK tonu (0,58,78,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 58.47%
  • sarı tonu 77.54%
  • ana renk tonu 7.45%
CMYK:
(0,58,78,7)
C0M58Y78K7 
(0%,58%,78%,7%)
(0.00/0.58/0.78/0.07)	

CMYK yüzdeleri

%0
%58.47
%77.54
%7.45

Codes

Color #EC6235 in popluar color models

EC6235
RGB2369853
HSL15°82.81%56.67%
HSB/HSV15°77.54%92.55%
CMYK0.00%58.47%77.54%
7.45%

Color #EC6235 in popluar number systems.

HEXEC6235
Decimal2369853
Binary111011001100010110101
Octal35414265

Shades and tints

Shades of #EC6235

#EC6235
(236,98,53)
#D75A31
(215,90,49)
#C2522D
(194,82,45)
#AD4A29
(173,74,41)
#984225
(152,66,37)
#833A21
(131,58,33)
#6E321D
(110,50,29)
#592A19
(89,42,25)
#442215
(68,34,21)
#2F1A11
(47,26,17)
#1A120D
(26,18,13)
#000000
(0,0,0)

Tints of #EC6235

#EC6235
(236,98,53)
#ED7047
(237,112,71)
#EE7E59
(238,126,89)
#EF8C6B
(239,140,107)
#F09A7D
(240,154,125)
#F1A88F
(241,168,143)
#F2B6A1
(242,182,161)
#F3C4B3
(243,196,179)
#F4D2C5
(244,210,197)
#F5E0D7
(245,224,215)
#F6EEE9
(246,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC6235 color. Also use rgb(236,98,53) instead hex code.

Text Font Color

.myTextColor { color: #EC6235; }

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

This text font color is #EC6235.


Background Color

.myBgColor { background-color: #EC6235; }

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

This div background color is #EC6235.


Border color

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

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

This div border color is #EC6235.


Opacity

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

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

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

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

This text has shadow with #EC6235 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC6235 on black background.


Color preview on white background

This text has color #EC6235 on white background.



Black color preview on #EC6235 background

This text has black color on #EC6235 background.


White color preview on #EC6235 background

This text has white color on #EC6235 background.