Color spaces of #ebe41a
RGB | 235 | 228 | 26 |
---|---|---|---|
HSL | 0.16 | 0.84 | 0.51 |
HSV | 58° | 89° | 92° |
CMYK | 0.00 | 0.03 | 0.89 0.08 |
XYZ | 62.1908 | 73.2236 | 11.8330 |
Yxy | 73.2236 | 0.4224 | 0.4973 |
Hunter Lab | 85.5708 | -20.0194 | 51.7007 |
CIE-Lab | 88.5542 | -16.5887 | 84.8235 |
#ebe41a color RGB value is (235,228,26).
#ebe41a hex color red value is 235, green value is 228 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #ebe41a hue: 0.16 , saturation: 0.84 and the lightness value of ebe41a is 0.51.
The process color (four color CMYK) of #ebe41a color hex is 0.00, 0.03, 0.89, 0.08. Web safe color of #ebe41a is #ffcc33. Color #ebe41a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11100100 | 00011010 |
Octal | 353 | 344 | 32 |
Decimal | 235 | 228 | 26 |
Hex | EB | E4 | 1A |
Shades of #ebe41a
Tints of #ebe41a
RGB Percentages of Color #ebe41a
CMYK Percentages of Color #ebe41a
Complementary Color
#ebe41a | #1a21eb |
#ebe41a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebe41a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebe41a Color CSS Codes
.mybgcolor {background-color:#ebe41a; } .myforecolor {color:#ebe41a; } .mybordercolor {border:3px solid #ebe41a; }
#ebe41a Text Font Color
<p style="color:#ebe41a">Text here</p>
This sample text font color is #ebe41a
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.
#ebe41a Background Color
<div style="background-color:#ebe41a">
Div content here</div>
This div background color is #ebe41a
#ebe41a Border Color
<div style="border:3px solid #ebe41a">
Div here</div>
This div border color is #ebe41a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,228,26, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebe41a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebe41a; -webkit-box-shadow: 1px 1px 3px 2px #ebe41a; box-shadow: 1px 1px 3px 2px #ebe41a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,228,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 #ebe41a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebe41a; -webkit-box-shadow: 1px 1px 3px 2px #ebe41a; box-shadow: 1px 1px 3px 2px #ebe41a;">
Div content here</div>
This div box has shadow with color #ebe41a
Comments
No comments written yet.
Please login to write comment.