Color Hex Logo

#ed914a Color Hex

#ED914A
(237,145,74)
0 Favorites   0 Comments

Color spaces of #ed914a

RGB 23714574
HSL0.070.820.61
HSV26°69°93°
CMYK 0.000.390.69   0.07
XYZ46.286538.749711.5184
Yxy38.74970.47940.4013
Hunter Lab62.249323.790532.6037
CIE-Lab68.569628.852751.2206

#ed914a color RGB value is (237,145,74).

#ed914a hex color red value is 237, green value is 145 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ed914a hue: 0.07 , saturation: 0.82 and the lightness value of ed914a is 0.61.

The process color (four color CMYK) of #ed914a color hex is 0.00, 0.39, 0.69, 0.07. Web safe color of #ed914a is #ff9933. Color #ed914a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010001 01001010
Octal 355 221 112
Decimal 237 145 74
Hex ED 91 4A

RGB Percentages of Color #ed914a

%51.97
%31.80
%16.23

CMYK Percentages of Color #ed914a

%0
%39
%69
%7

Triadic Colors of #ed914a

#ed914a #4aed91 #914aed

Analogous Colors of #ed914a

#ed914a #ede34a #ed4a54

Monochromatic Colors of #ed914a

#ed914a

Complementary Color

#ed914a #4aa6ed

#ed914a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed914a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed914a Color CSS Codes

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

#ed914a Text Font Color

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

This sample text font color is #ed914a
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.


#ed914a Background Color

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

This div background color is #ed914a


#ed914a Border Color

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

This div border color is #ed914a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(237,145,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ed914a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ed914a;
  -webkit-box-shadow: 1px 1px 3px 2px #ed914a;
  box-shadow:         1px 1px 3px 2px #ed914a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,145,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed914a


Comments

No comments written yet.

Please login to write comment.