COLOR #E64B02

HEX: #E64B02
RGB: (230,75,2)

Renk bilgisi

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

RGB renk modeli

#E64B02 color RGB value is (230,75,2).

  • kırmız ton 230;
  • yeşil ton 75;
  • mavi ton 2.
RGB:
(230,75,2)
(90%,29%,1%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 75 of 255 = 29%
B 2 of 255 = 1%

230
75
2

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 75 + 2 = 307 (100%)
R 230 of 307 ~ 74.92%
G 75 of 307 ~ 24.43%
B 2 of 307 ~ 0.65%

%74.92
%24.43

CMYK RENK MODELİ

#E64B02 rengi CMYK tonu (0,67,99,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 67.39%
  • sarı tonu 99.13%
  • ana renk tonu 9.80%
CMYK:
(0,67,99,10)
C0M67Y99K10 
(0%,67%,99%,10%)
(0.00/0.67/0.99/0.10)	

CMYK yüzdeleri

%0
%67.39
%99.13
%9.8

Codes

Color #E64B02 in popluar color models

E64B02
RGB230752
HSL19°98.28%45.49%
HSB/HSV19°99.13%90.20%
CMYK0.00%67.39%99.13%
9.80%

Color #E64B02 in popluar number systems.

HEXE64B02
Decimal230752
Binary11100110100101110
Octal3461132

Shades and tints

Shades of #E64B02

#E64B02
(230,75,2)
#D24502
(210,69,2)
#BE3F02
(190,63,2)
#AA3902
(170,57,2)
#963302
(150,51,2)
#822D02
(130,45,2)
#6E2702
(110,39,2)
#5A2102
(90,33,2)
#461B02
(70,27,2)
#321502
(50,21,2)
#1E0F02
(30,15,2)
#000000
(0,0,0)

Tints of #E64B02

#E64B02
(230,75,2)
#E85B19
(232,91,25)
#EA6B30
(234,107,48)
#EC7B47
(236,123,71)
#EE8B5E
(238,139,94)
#F09B75
(240,155,117)
#F2AB8C
(242,171,140)
#F4BBA3
(244,187,163)
#F6CBBA
(246,203,186)
#F8DBD1
(248,219,209)
#FAEBE8
(250,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E64B02 color. Also use rgb(230,75,2) instead hex code.

Text Font Color

.myTextColor { color: #E64B02; }

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

This text font color is #E64B02.


Background Color

.myBgColor { background-color: #E64B02; }

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

This div background color is #E64B02.


Border color

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

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

This div border color is #E64B02.


Opacity

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

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

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

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

This text has shadow with #E64B02 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E64B02 on black background.


Color preview on white background

This text has color #E64B02 on white background.



Black color preview on #E64B02 background

This text has black color on #E64B02 background.


White color preview on #E64B02 background

This text has white color on #E64B02 background.