Color spaces of #ef824a
RGB | 239 | 130 | 74 |
---|---|---|---|
HSL | 0.06 | 0.84 | 0.61 |
HSV | 20° | 69° | 94° |
CMYK | 0.00 | 0.46 | 0.69 0.06 |
XYZ | 44.8153 | 34.8104 | 10.8356 |
Yxy | 34.8104 | 0.4954 | 0.3848 |
Hunter Lab | 59.0003 | 32.3339 | 30.4114 |
CIE-Lab | 65.6008 | 37.4365 | 48.0092 |
#ef824a color RGB value is (239,130,74).
#ef824a hex color red value is 239, green value is 130 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ef824a hue: 0.06 , saturation: 0.84 and the lightness value of ef824a is 0.61.
The process color (four color CMYK) of #ef824a color hex is 0.00, 0.46, 0.69, 0.06. Web safe color of #ef824a is #ff9933. Color #ef824a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 10000010 | 01001010 |
Octal | 357 | 202 | 112 |
Decimal | 239 | 130 | 74 |
Hex | EF | 82 | 4A |
Shades of #ef824a
Tints of #ef824a
RGB Percentages of Color #ef824a
CMYK Percentages of Color #ef824a
Complementary Color
#ef824a | #4ab7ef |
#ef824a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ef824a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ef824a Color CSS Codes
.mybgcolor {background-color:#ef824a; } .myforecolor {color:#ef824a; } .mybordercolor {border:3px solid #ef824a; }
#ef824a Text Font Color
<p style="color:#ef824a">Text here</p>
This sample text font color is #ef824a
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.
#ef824a Background Color
<div style="background-color:#ef824a">
Div content here</div>
This div background color is #ef824a
#ef824a Border Color
<div style="border:3px solid #ef824a">
Div here</div>
This div border color is #ef824a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,130,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ef824a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ef824a; -webkit-box-shadow: 1px 1px 3px 2px #ef824a; box-shadow: 1px 1px 3px 2px #ef824a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,130,74, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ef824a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ef824a; -webkit-box-shadow: 1px 1px 3px 2px #ef824a; box-shadow: 1px 1px 3px 2px #ef824a;">
Div content here</div>
This div box has shadow with color #ef824a
Comments
No comments written yet.
Please login to write comment.