Color spaces of #ed533e
RGB | 237 | 83 | 62 |
---|---|---|---|
HSL | 0.02 | 0.83 | 0.59 |
HSV | 7° | 74° | 93° |
CMYK | 0.00 | 0.65 | 0.74 0.07 |
XYZ | 38.8878 | 24.5388 | 7.2443 |
Yxy | 24.5388 | 0.5503 | 0.3472 |
Hunter Lab | 49.5367 | 53.4389 | 26.0050 |
CIE-Lab | 56.6233 | 58.1576 | 44.1708 |
#ed533e color RGB value is (237,83,62).
#ed533e hex color red value is 237, green value is 83 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ed533e hue: 0.02 , saturation: 0.83 and the lightness value of ed533e is 0.59.
The process color (four color CMYK) of #ed533e color hex is 0.00, 0.65, 0.74, 0.07. Web safe color of #ed533e is #ff6633. Color #ed533e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 01010011 | 00111110 |
Octal | 355 | 123 | 76 |
Decimal | 237 | 83 | 62 |
Hex | ED | 53 | 3E |
Shades of #ed533e
Tints of #ed533e
RGB Percentages of Color #ed533e
CMYK Percentages of Color #ed533e
Complementary Color
#ed533e | #3ed8ed |
#ed533e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ed533e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ed533e Color CSS Codes
.mybgcolor {background-color:#ed533e; } .myforecolor {color:#ed533e; } .mybordercolor {border:3px solid #ed533e; }
#ed533e Text Font Color
<p style="color:#ed533e">Text here</p>
This sample text font color is #ed533e
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.
#ed533e Background Color
<div style="background-color:#ed533e">
Div content here</div>
This div background color is #ed533e
#ed533e Border Color
<div style="border:3px solid #ed533e">
Div here</div>
This div border color is #ed533e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,83,62, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ed533e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ed533e; -webkit-box-shadow: 1px 1px 3px 2px #ed533e; box-shadow: 1px 1px 3px 2px #ed533e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,83,62, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ed533e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ed533e; -webkit-box-shadow: 1px 1px 3px 2px #ed533e; box-shadow: 1px 1px 3px 2px #ed533e;">
Div content here</div>
This div box has shadow with color #ed533e
Comments
No comments written yet.
Please login to write comment.