Color Hex Logo

#ef880a Color Hex

#EF880A
(239,136,10)
0 Favorites   0 Comments

Color spaces of #ef880a

RGB 23913610
HSL0.090.920.49
HSV33°96°94°
CMYK 0.000.430.96   0.06
XYZ44.455535.98104.8891
Yxy35.98100.52100.4217
Hunter Lab59.984227.317737.1564
CIE-Lab66.505432.493071.1643

#ef880a color RGB value is (239,136,10).

#ef880a hex color red value is 239, green value is 136 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #ef880a hue: 0.09 , saturation: 0.92 and the lightness value of ef880a is 0.49.

The process color (four color CMYK) of #ef880a color hex is 0.00, 0.43, 0.96, 0.06. Web safe color of #ef880a is #ff9900. Color #ef880a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10001000 00001010
Octal 357 210 12
Decimal 239 136 10
Hex EF 88 A

RGB Percentages of Color #ef880a

%62.08
%35.32
%2.60

CMYK Percentages of Color #ef880a

%0
%43
%96
%6

Triadic Colors of #ef880a

#ef880a #0aef88 #880aef

Analogous Colors of #ef880a

#ef880a #e4ef0a #ef150a

Monochromatic Colors of #ef880a

#ef880a

Complementary Color

#ef880a #0a71ef

#ef880a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef880a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef880a Color CSS Codes

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

#ef880a Text Font Color

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

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


#ef880a Background Color

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

This div background color is #ef880a


#ef880a Border Color

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

This div border color is #ef880a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef880a


Comments

No comments written yet.

Please login to write comment.