Color Hex Logo

#efb730 Color Hex

#EFB730
(239,183,48)
0 Favorites   0 Comments

Color spaces of #efb730

RGB 23918348
HSL0.120.860.56
HSV42°80°94°
CMYK 0.000.230.80   0.06
XYZ53.063652.431110.1198
Yxy52.43110.45900.4535
Hunter Lab72.40934.093542.4003
CIE-Lab77.53798.527570.6780

#efb730 color RGB value is (239,183,48).

#efb730 hex color red value is 239, green value is 183 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #efb730 hue: 0.12 , saturation: 0.86 and the lightness value of efb730 is 0.56.

The process color (four color CMYK) of #efb730 color hex is 0.00, 0.23, 0.80, 0.06. Web safe color of #efb730 is #ffcc33. Color #efb730 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110111 00110000
Octal 357 267 60
Decimal 239 183 48
Hex EF B7 30

RGB Percentages of Color #efb730

%50.85
%38.94
%10.21

CMYK Percentages of Color #efb730

%0
%23
%80
%6

Triadic Colors of #efb730

#efb730 #30efb7 #b730ef

Analogous Colors of #efb730

#efb730 #c8ef30 #ef5830

Monochromatic Colors of #efb730

#efb730

Complementary Color

#efb730 #3068ef

#efb730 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb730 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb730 Color CSS Codes

.mybgcolor {background-color:#efb730; } 
.myforecolor {color:#efb730; }
.mybordercolor {border:3px solid #efb730; }

#efb730 Text Font Color

<p style="color:#efb730">Text here</p>

This sample text font color is #efb730
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.


#efb730 Background Color

<div style="background-color:#efb730">
Div content here</div>

This div background color is #efb730


#efb730 Border Color

<div style="border:3px solid #efb730">
Div here</div>

This div border color is #efb730


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(239,183,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #efb730; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #efb730;
  -webkit-box-shadow: 1px 1px 3px 2px #efb730;
  box-shadow:         1px 1px 3px 2px #efb730; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,183,48, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #efb730">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #efb730;
  -webkit-box-shadow: 1px 1px 3px 2px #efb730;
  box-shadow:         1px 1px 3px 2px #efb730;">
Div content here</div>

This div box has shadow with color #efb730


Comments

No comments written yet.

Please login to write comment.