COLOR #E6634D

HEX: #E6634D
RGB: (230,99,77)

Renk bilgisi

#E6634D contains mainly red color. #E6634D ‘ nin web güvenlik rengi #CC6633 (ya da #C63) dir.

RGB renk modeli

#E6634D color RGB value is (230,99,77).

  • kırmız ton 230;
  • yeşil ton 99;
  • mavi ton 77.
RGB:
(230,99,77)
(90%,39%,30%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 99 of 255 = 39%
B 77 of 255 = 30%

230
99
77

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 99 + 77 = 406 (100%)
R 230 of 406 ~ 56.65%
G 99 of 406 ~ 24.38%
B 77 of 406 ~ 18.97%

%56.65
%24.38
%18.97

CMYK RENK MODELİ

#E6634D rengi CMYK tonu (0,57,67,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 56.96%
  • sarı tonu 66.52%
  • ana renk tonu 9.80%
CMYK:
(0,57,67,10)
C0M57Y67K10 
(0%,57%,67%,10%)
(0.00/0.57/0.67/0.10)	

CMYK yüzdeleri

%0
%56.96
%66.52
%9.8

Codes

Color #E6634D in popluar color models

E6634D
RGB2309977
HSL75.37%60.20%
HSB/HSV66.52%90.20%
CMYK0.00%56.96%66.52%
9.80%

Color #E6634D in popluar number systems.

HEXE6634D
Decimal2309977
Binary1110011011000111001101
Octal346143115

Shades and tints

Shades of #E6634D

#E6634D
(230,99,77)
#D25A46
(210,90,70)
#BE513F
(190,81,63)
#AA4838
(170,72,56)
#963F31
(150,63,49)
#82362A
(130,54,42)
#6E2D23
(110,45,35)
#5A241C
(90,36,28)
#461B15
(70,27,21)
#32120E
(50,18,14)
#1E0907
(30,9,7)
#000000
(0,0,0)

Tints of #E6634D

#E6634D
(230,99,77)
#E8715D
(232,113,93)
#EA7F6D
(234,127,109)
#EC8D7D
(236,141,125)
#EE9B8D
(238,155,141)
#F0A99D
(240,169,157)
#F2B7AD
(242,183,173)
#F4C5BD
(244,197,189)
#F6D3CD
(246,211,205)
#F8E1DD
(248,225,221)
#FAEFED
(250,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6634D color. Also use rgb(230,99,77) instead hex code.

Text Font Color

.myTextColor { color: #E6634D; }

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

This text font color is #E6634D.


Background Color

.myBgColor { background-color: #E6634D; }

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

This div background color is #E6634D.


Border color

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

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

This div border color is #E6634D.


Opacity

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

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

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

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

This text has shadow with #E6634D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6634D on black background.


Color preview on white background

This text has color #E6634D on white background.



Black color preview on #E6634D background

This text has black color on #E6634D background.


White color preview on #E6634D background

This text has white color on #E6634D background.