COLOR #EC5A02

HEX: #EC5A02
RGB: (236,90,2)

Renk bilgisi

#EC5A02 contains mainly red color. #EC5A02 ‘ nin web güvenlik rengi #FF6600 (ya da #F60) dir.

RGB renk modeli

#EC5A02 color RGB value is (236,90,2).

  • kırmız ton 236;
  • yeşil ton 90;
  • mavi ton 2.
RGB:
(236,90,2)
(93%,35%,1%)

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 90 of 255 = 35%
B 2 of 255 = 1%

236
90
2

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

Yüzdelerle RGB renk parçaları

R + G + B =
236 + 90 + 2 = 328 (100%)
R 236 of 328 ~ 71.95%
G 90 of 328 ~ 27.44%
B 2 of 328 ~ 0.61%

%71.95
%27.44

CMYK RENK MODELİ

#EC5A02 rengi CMYK tonu (0,62,99,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 61.86%
  • sarı tonu 99.15%
  • ana renk tonu 7.45%
CMYK:
(0,62,99,7)
C0M62Y99K7 
(0%,62%,99%,7%)
(0.00/0.62/0.99/0.07)	

CMYK yüzdeleri

%0
%61.86
%99.15
%7.45

Codes

Color #EC5A02 in popluar color models

EC5A02
RGB236902
HSL23°98.32%46.67%
HSB/HSV23°99.15%92.55%
CMYK0.00%61.86%99.15%
7.45%

Color #EC5A02 in popluar number systems.

HEXEC5A02
Decimal236902
Binary11101100101101010
Octal3541322

Shades and tints

Shades of #EC5A02

#EC5A02
(236,90,2)
#D75202
(215,82,2)
#C24A02
(194,74,2)
#AD4202
(173,66,2)
#983A02
(152,58,2)
#833202
(131,50,2)
#6E2A02
(110,42,2)
#592202
(89,34,2)
#441A02
(68,26,2)
#2F1202
(47,18,2)
#1A0A02
(26,10,2)
#000000
(0,0,0)

Tints of #EC5A02

#EC5A02
(236,90,2)
#ED6919
(237,105,25)
#EE7830
(238,120,48)
#EF8747
(239,135,71)
#F0965E
(240,150,94)
#F1A575
(241,165,117)
#F2B48C
(242,180,140)
#F3C3A3
(243,195,163)
#F4D2BA
(244,210,186)
#F5E1D1
(245,225,209)
#F6F0E8
(246,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC5A02 color. Also use rgb(236,90,2) instead hex code.

Text Font Color

.myTextColor { color: #EC5A02; }

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

This text font color is #EC5A02.


Background Color

.myBgColor { background-color: #EC5A02; }

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

This div background color is #EC5A02.


Border color

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

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

This div border color is #EC5A02.


Opacity

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

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

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

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

This text has shadow with #EC5A02 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC5A02 on black background.


Color preview on white background

This text has color #EC5A02 on white background.



Black color preview on #EC5A02 background

This text has black color on #EC5A02 background.


White color preview on #EC5A02 background

This text has white color on #EC5A02 background.