HEX: #EE683D
RGB: (238,104,61)
#EE683D contains mainly red color. Web safe color of #EE683D is #FF6633 (or #F63).
#EE683D color RGB value is (238,104,61).
RGB: (238,104,61)
(93%, 41%, 24%)
R 238 of 255 = 93%
G 104 of 255 = 41%
B 61 of 255 = 24%
R + G + B ~ 53%. #EE683D is middle color (not dark and not light).
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'%
#EE683D color CMYK value is (0,56,74,7).
CMYK: (0,56,74,7) C0M56Y74K7 (0%,56%,74%,7%) (0.00/0.56/0.74/0.07)
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 of #EE683D
Tints of #EE683D
Examples of css and html codes for elements with #EE683D color. Also use rgb(238,104,61) instead hex code.
.myTextColor { color: #EE683D; }
<p style="color:#EE683D">This sample text font color is #EE683D.</p>
This text font color is #EE683D.
.myBgColor { background-color: #EE683D; }
<div style="background-color:#EE683D">Inner text</div>
This div background color is #EE683D.
.myBorderColor { border: 1px solid #EE683D; }
<div style="border:3px solid #EE683D">Div</div>
This div border color is #EE683D.
.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%.
.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.
/* 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 text has color #EE683D on black background.
This text has color #EE683D on white background.
This text has black color on #EE683D background.
This text has white color on #EE683D background.
Complementary color for #hex is #1197C2.