COLOR #EE685A

HEX: #EE685A
RGB: (238,104,90)

Renk bilgisi

#EE685A contains mainly red color. #EE685A ‘ nin web güvenlik rengi #FF6666 (ya da #F66) dir.

RGB renk modeli

#EE685A color RGB value is (238,104,90).

  • kırmız ton 238;
  • yeşil ton 104;
  • mavi ton 90.
RGB:
(238,104,90)
(93%,41%,35%)

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 104 of 255 = 41%
B 90 of 255 = 35%

238
104
90

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

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 104 + 90 = 432 (100%)
R 238 of 432 ~ 55.09%
G 104 of 432 ~ 24.07%
B 90 of 432 ~ 20.83%

%55.09
%24.07
%20.83

CMYK RENK MODELİ

#EE685A rengi CMYK tonu (0,56,62,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 56.30%
  • sarı tonu 62.18%
  • ana renk tonu 6.67%
CMYK:
(0,56,62,7)
C0M56Y62K7 
(0%,56%,62%,7%)
(0.00/0.56/0.62/0.07)	

CMYK yüzdeleri

%0
%56.3
%62.18
%6.67

Codes

Color #EE685A in popluar color models

EE685A
RGB23810490
HSL81.32%64.31%
HSB/HSV62.18%93.33%
CMYK0.00%56.30%62.18%
6.67%

Color #EE685A in popluar number systems.

HEXEE685A
Decimal23810490
Binary1110111011010001011010
Octal356150132

Shades and tints

Shades of #EE685A

#EE685A
(238,104,90)
#D95F52
(217,95,82)
#C4564A
(196,86,74)
#AF4D42
(175,77,66)
#9A443A
(154,68,58)
#853B32
(133,59,50)
#70322A
(112,50,42)
#5B2922
(91,41,34)
#46201A
(70,32,26)
#311712
(49,23,18)
#1C0E0A
(28,14,10)
#000000
(0,0,0)

Tints of #EE685A

#EE685A
(238,104,90)
#EF7569
(239,117,105)
#F08278
(240,130,120)
#F18F87
(241,143,135)
#F29C96
(242,156,150)
#F3A9A5
(243,169,165)
#F4B6B4
(244,182,180)
#F5C3C3
(245,195,195)
#F6D0D2
(246,208,210)
#F7DDE1
(247,221,225)
#F8EAF0
(248,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE685A color. Also use rgb(238,104,90) instead hex code.

Text Font Color

.myTextColor { color: #EE685A; }

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

This text font color is #EE685A.


Background Color

.myBgColor { background-color: #EE685A; }

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

This div background color is #EE685A.


Border color

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

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

This div border color is #EE685A.


Opacity

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

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

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

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

This text has shadow with #EE685A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE685A on black background.


Color preview on white background

This text has color #EE685A on white background.



Black color preview on #EE685A background

This text has black color on #EE685A background.


White color preview on #EE685A background

This text has white color on #EE685A background.