Color Hex Logo

#ed871a Color Hex

#ED871A
(237,135,26)
0 Favorites   0 Comments

Color spaces of #ed871a

RGB 23713526
HSL0.090.850.52
HSV31°89°93°
CMYK 0.000.430.89   0.07
XYZ43.775535.40715.5043
Yxy35.40710.51690.4181
Hunter Lab59.503927.186236.1682
CIE-Lab66.064432.404867.5393

#ed871a color RGB value is (237,135,26).

#ed871a hex color red value is 237, green value is 135 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #ed871a hue: 0.09 , saturation: 0.85 and the lightness value of ed871a is 0.52.

The process color (four color CMYK) of #ed871a color hex is 0.00, 0.43, 0.89, 0.07. Web safe color of #ed871a is #ff9933. Color #ed871a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10000111 00011010
Octal 355 207 32
Decimal 237 135 26
Hex ED 87 1A

RGB Percentages of Color #ed871a

%59.55
%33.92
%6.53

CMYK Percentages of Color #ed871a

%0
%43
%89
%7

Triadic Colors of #ed871a

#ed871a #1aed87 #871aed

Analogous Colors of #ed871a

#ed871a #eaed1a #ed1e1a

Monochromatic Colors of #ed871a

#ed871a

Complementary Color

#ed871a #1a80ed

#ed871a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed871a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed871a Color CSS Codes

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

#ed871a Text Font Color

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

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


#ed871a Background Color

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

This div background color is #ed871a


#ed871a Border Color

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

This div border color is #ed871a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed871a


Comments

No comments written yet.

Please login to write comment.