color codes Logo

#e66d0e color codes

#E66D0E
(230,109,14)
0 Favorites   0 Comments

Color spaces of #e66d0e

RGB 23010914
HSL0.070.890.48
HSV26°94°90°
CMYK 0.000.530.94   0.10
XYZ38.181027.79203.7675
Yxy27.79200.54750.3985
Hunter Lab52.718137.021632.6655
CIE-Lab59.700442.631765.3459

#e66d0e color RGB value is (230,109,14).

#e66d0e hex color red value is 230, green value is 109 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #e66d0e hue: 0.07 , saturation: 0.89 and the lightness value of e66d0e is 0.48.

The process color (four color CMYK) of #e66d0e color code is 0.00, 0.53, 0.94, 0.10. Web safe color of #e66d0e is #ff6600. Color #e66d0e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01101101 00001110
Octal 346 155 16
Decimal 230 109 14
Hex E6 6D E

RGB Percentages of Color #e66d0e

%65.16
%30.88
%3.97

CMYK Percentages of Color #e66d0e

%0
%53
%94
%10

Triadic Colors of #e66d0e

#e66d0e #0ee66d #6d0ee6

Analogous Colors of #e66d0e

#e66d0e #e6d90e #e60e1b

Monochromatic Colors of #e66d0e

#e66d0e

Complementary Color

#e66d0e #0e87e6

#e66d0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e66d0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e66d0e Color CSS Codes

.mybgcolor {background-color:#e66d0e; } 
.myforecolor {color:#e66d0e; }
.mybordercolor {border:3px solid #e66d0e; }

#e66d0e Text Font Color

<p style="color:#e66d0e">Text here</p>

This sample text font color is #e66d0e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#e66d0e Background Color

<div style="background-color:#e66d0e">
Div content here</div>

This div background color is #e66d0e


#e66d0e Border Color

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

This div border color is #e66d0e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(230,109,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e66d0e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e66d0e;
  -webkit-box-shadow: 1px 1px 3px 2px #e66d0e;
  box-shadow:         1px 1px 3px 2px #e66d0e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,109,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e66d0e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #e66d0e;
  -webkit-box-shadow: 1px 1px 3px 2px #e66d0e;
  box-shadow:         1px 1px 3px 2px #e66d0e;">
Div content here</div>

This div box has shadow with color #e66d0e


Comments

No comments written yet.

Please login to write comment.