COLOR #EE683D

HEX: #EE683D RGB: (238,104,61)

Color info

#EE683D contains mainly red color. Web safe color of #EE683D is #FF6633 (or #F63).

RGB color model

#EE683D color RGB value is (238,104,61).

RGB: (238,104,61) (93%, 41%, 24%)

RGB channels and saturation

R 238 of 255 = 93%
G 104 of 255 = 41%
B 61 of 255 = 24%

238
104
61

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

Portions of RGB colors in percentages

R + G + B = 238 + 104 + 61 = 403 (100%)
R 238 of 403 ~ 59.06%
G 104 of 403 ~ 25.81%
B 61 of 403 ~ 15.14'%

%59.06
%25.81
%15.14

CMYK color model

#EE683D color CMYK value is (0,56,74,7).

  • cyan value is 0.00%
  • magenta value is 56.30%
  • yellow value is 74.37%
  • key color value is 6.67%
CMYK: (0,56,74,7) C0M56Y74K7 (0%,56%,74%,7%) (0.00/0.56/0.74/0.07) 

CMYK percentages

%0
%56.3
%74.37
%6.67

Codes

Color #EE683D in popluar color models

EE 68 3D
RGB 238 104 61
HSL 15° 83.89% 58.63%
HSB/HSV 15° 74.37% 93.33%
CMYK 0.00% 56.30% 74.37%
6.67%

Color #EE683D in popluar number systems.

HEX EE 68 3D
Decimal 238 104 61
Binary 11101110 1101000 111101
Octal 356 150 75

Shades and tints

Shades of #EE683D

#EE683D
(238,104,61)
#D95F38
(217,95,56)
#C45633
(196,86,51)
#AF4D2E
(175,77,46)
#9A4429
(154,68,41)
#853B24
(133,59,36)
#70321F
(112,50,31)
#5B291A
(91,41,26)
#462015
(70,32,21)
#311710
(49,23,16)
#1C0E0B
(28,14,11)
#000000
(0,0,0)

Tints of #EE683D

#EE683D
(238,104,61)
#EF754E
(239,117,78)
#F0825F
(240,130,95)
#F18F70
(241,143,112)
#F29C81
(242,156,129)
#F3A992
(243,169,146)
#F4B6A3
(244,182,163)
#F5C3B4
(245,195,180)
#F6D0C5
(246,208,197)
#F7DDD6
(247,221,214)
#F8EAE7
(248,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EE683D; }

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

This text font color is #EE683D.

Background Color

.myBgColor { background-color: #EE683D; }

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

This div background color is #EE683D.

Border color

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

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

This div border color is #EE683D.

Opacity

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

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

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

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

This text has shadow with #EE683D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EE683D.

Preview

Color preview on black background

This text has color #EE683D on black background.


Color preview on white background

This text has color #EE683D on white background.


Black color preview on #EE683D background

This text has black color on #EE683D background.


White color preview on #EE683D background

This text has white color on #EE683D background.


Related colors

Complementary color

Complementary color for #hex is #1197C2.


I love getcolorcode.com

Triadic colors

1 #3DEE68 and #683DEE with #EE683D are triadic colors.

2 #3D68EE and #68EE3D with #EE683D are triadic colors.