Color Hex Logo

#ed692a Color Hex

#ED692A
(237,105,42)
0 Favorites   0 Comments

Color spaces of #ed692a

RGB 23710542
HSL0.050.840.55
HSV19°82°93°
CMYK 0.000.560.82   0.07
XYZ40.394528.27485.5191
Yxy28.27480.54450.3811
Hunter Lab53.174142.545731.0679
CIE-Lab60.136247.748957.2521

#ed692a color RGB value is (237,105,42).

#ed692a hex color red value is 237, green value is 105 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ed692a hue: 0.05 , saturation: 0.84 and the lightness value of ed692a is 0.55.

The process color (four color CMYK) of #ed692a color hex is 0.00, 0.56, 0.82, 0.07. Web safe color of #ed692a is #ff6633. Color #ed692a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01101001 00101010
Octal 355 151 52
Decimal 237 105 42
Hex ED 69 2A

RGB Percentages of Color #ed692a

%61.72
%27.34
%10.94

CMYK Percentages of Color #ed692a

%0
%56
%82
%7

Triadic Colors of #ed692a

#ed692a #2aed69 #692aed

Analogous Colors of #ed692a

#ed692a #edcb2a #ed2a4c

Monochromatic Colors of #ed692a

#ed692a

Complementary Color

#ed692a #2aaeed

#ed692a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed692a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed692a Color CSS Codes

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

#ed692a Text Font Color

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

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


#ed692a Background Color

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

This div background color is #ed692a


#ed692a Border Color

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

This div border color is #ed692a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed692a


Comments

No comments written yet.

Please login to write comment.