Color spaces of #ea6234
RGB | 234 | 98 | 52 |
---|---|---|---|
HSL | 0.04 | 0.81 | 0.56 |
HSV | 15° | 78° | 92° |
CMYK | 0.00 | 0.58 | 0.78 0.08 |
XYZ | 38.9192 | 26.4757 | 6.3079 |
Yxy | 26.4757 | 0.5428 | 0.3692 |
Hunter Lab | 51.4545 | 44.9684 | 28.7497 |
CIE-Lab | 58.4859 | 50.2291 | 51.0363 |
#ea6234 color RGB value is (234,98,52).
#ea6234 hex color red value is 234, green value is 98 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #ea6234 hue: 0.04 , saturation: 0.81 and the lightness value of ea6234 is 0.56.
The process color (four color CMYK) of #ea6234 color hex is 0.00, 0.58, 0.78, 0.08. Web safe color of #ea6234 is #ff6633. Color #ea6234 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 01100010 | 00110100 |
Octal | 352 | 142 | 64 |
Decimal | 234 | 98 | 52 |
Hex | EA | 62 | 34 |
Shades of #ea6234
Tints of #ea6234
RGB Percentages of Color #ea6234
CMYK Percentages of Color #ea6234
Complementary Color
#ea6234 | #34bcea |
#ea6234 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ea6234 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ea6234 Color CSS Codes
.mybgcolor {background-color:#ea6234; } .myforecolor {color:#ea6234; } .mybordercolor {border:3px solid #ea6234; }
#ea6234 Text Font Color
<p style="color:#ea6234">Text here</p>
This sample text font color is #ea6234
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.
#ea6234 Background Color
<div style="background-color:#ea6234">
Div content here</div>
This div background color is #ea6234
#ea6234 Border Color
<div style="border:3px solid #ea6234">
Div here</div>
This div border color is #ea6234
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,98,52, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ea6234; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ea6234; -webkit-box-shadow: 1px 1px 3px 2px #ea6234; box-shadow: 1px 1px 3px 2px #ea6234; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,98,52, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ea6234">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ea6234; -webkit-box-shadow: 1px 1px 3px 2px #ea6234; box-shadow: 1px 1px 3px 2px #ea6234;">
Div content here</div>
This div box has shadow with color #ea6234
Comments
No comments written yet.
Please login to write comment.