Color Hex Logo

#ef650a Color Hex

#EF650A
(239,101,10)
0 Favorites   0 Comments

Color spaces of #ef650a

RGB 23910110
HSL0.070.920.49
HSV24°96°94°
CMYK 0.000.580.96   0.06
XYZ40.305127.68003.5056
Yxy27.68000.56380.3872
Hunter Lab52.611844.675532.8777
CIE-Lab59.598549.788966.7169

#ef650a color RGB value is (239,101,10).

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

The process color (four color CMYK) of #ef650a color hex is 0.00, 0.58, 0.96, 0.06. Web safe color of #ef650a is #ff6600. Color #ef650a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01100101 00001010
Octal 357 145 12
Decimal 239 101 10
Hex EF 65 A

RGB Percentages of Color #ef650a

%68.29
%28.86
%2.86

CMYK Percentages of Color #ef650a

%0
%58
%96
%6

Triadic Colors of #ef650a

#ef650a #0aef65 #650aef

Analogous Colors of #ef650a

#ef650a #efd80a #ef0a22

Monochromatic Colors of #ef650a

#ef650a

Complementary Color

#ef650a #0a94ef

#ef650a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef650a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef650a Color CSS Codes

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

#ef650a Text Font Color

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

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


#ef650a Background Color

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

This div background color is #ef650a


#ef650a Border Color

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

This div border color is #ef650a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,101,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 #ef650a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef650a


Comments

No comments written yet.

Please login to write comment.