Color spaces of #eeb034
RGB | 238 | 176 | 52 |
---|---|---|---|
HSL | 0.11 | 0.85 | 0.57 |
HSV | 40° | 78° | 93° |
CMYK | 0.00 | 0.26 | 0.78 0.07 |
XYZ | 51.4051 | 49.4757 | 10.0892 |
Yxy | 49.4757 | 0.4632 | 0.4458 |
Hunter Lab | 70.3390 | 7.3581 | 40.7329 |
CIE-Lab | 75.7463 | 11.9151 | 67.6805 |
#eeb034 color RGB value is (238,176,52).
#eeb034 hex color red value is 238, green value is 176 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #eeb034 hue: 0.11 , saturation: 0.85 and the lightness value of eeb034 is 0.57.
The process color (four color CMYK) of #eeb034 color hex is 0.00, 0.26, 0.78, 0.07. Web safe color of #eeb034 is #ff9933. Color #eeb034 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 10110000 | 00110100 |
Octal | 356 | 260 | 64 |
Decimal | 238 | 176 | 52 |
Hex | EE | B0 | 34 |
Shades of #eeb034
Tints of #eeb034
RGB Percentages of Color #eeb034
CMYK Percentages of Color #eeb034
Complementary Color
#eeb034 | #3472ee |
#eeb034 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eeb034 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eeb034 Color CSS Codes
.mybgcolor {background-color:#eeb034; } .myforecolor {color:#eeb034; } .mybordercolor {border:3px solid #eeb034; }
#eeb034 Text Font Color
<p style="color:#eeb034">Text here</p>
This sample text font color is #eeb034
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.
#eeb034 Background Color
<div style="background-color:#eeb034">
Div content here</div>
This div background color is #eeb034
#eeb034 Border Color
<div style="border:3px solid #eeb034">
Div here</div>
This div border color is #eeb034
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,176,52, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eeb034; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eeb034; -webkit-box-shadow: 1px 1px 3px 2px #eeb034; box-shadow: 1px 1px 3px 2px #eeb034; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,176,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 #eeb034">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eeb034; -webkit-box-shadow: 1px 1px 3px 2px #eeb034; box-shadow: 1px 1px 3px 2px #eeb034;">
Div content here</div>
This div box has shadow with color #eeb034
Comments
No comments written yet.
Please login to write comment.