Color spaces of #ed921a
RGB | 237 | 146 | 26 |
---|---|---|---|
HSL | 0.09 | 0.85 | 0.52 |
HSV | 34° | 89° | 93° |
CMYK | 0.00 | 0.38 | 0.89 0.07 |
XYZ | 45.3904 | 38.6369 | 6.0426 |
Yxy | 38.6369 | 0.5039 | 0.4290 |
Hunter Lab | 62.1586 | 21.5695 | 37.7473 |
CIE-Lab | 68.4874 | 26.6516 | 69.3809 |
#ed921a color RGB value is (237,146,26).
#ed921a hex color red value is 237, green value is 146 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #ed921a hue: 0.09 , saturation: 0.85 and the lightness value of ed921a is 0.52.
The process color (four color CMYK) of #ed921a color hex is 0.00, 0.38, 0.89, 0.07. Web safe color of #ed921a is #ff9933. Color #ed921a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 10010010 | 00011010 |
Octal | 355 | 222 | 32 |
Decimal | 237 | 146 | 26 |
Hex | ED | 92 | 1A |
Shades of #ed921a
Tints of #ed921a
RGB Percentages of Color #ed921a
CMYK Percentages of Color #ed921a
Complementary Color
#ed921a | #1a75ed |
#ed921a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ed921a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ed921a Color CSS Codes
.mybgcolor {background-color:#ed921a; } .myforecolor {color:#ed921a; } .mybordercolor {border:3px solid #ed921a; }
#ed921a Text Font Color
<p style="color:#ed921a">Text here</p>
This sample text font color is #ed921a
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.
#ed921a Background Color
<div style="background-color:#ed921a">
Div content here</div>
This div background color is #ed921a
#ed921a Border Color
<div style="border:3px solid #ed921a">
Div here</div>
This div border color is #ed921a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,146,26, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ed921a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ed921a; -webkit-box-shadow: 1px 1px 3px 2px #ed921a; box-shadow: 1px 1px 3px 2px #ed921a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,146,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 #ed921a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ed921a; -webkit-box-shadow: 1px 1px 3px 2px #ed921a; box-shadow: 1px 1px 3px 2px #ed921a;">
Div content here</div>
This div box has shadow with color #ed921a
Comments
No comments written yet.
Please login to write comment.