Color Hex Logo

#ef663b Color Hex

#EF663B
(239,102,59)
0 Favorites   0 Comments

Color spaces of #ef663b

RGB 23910259
HSL0.040.850.58
HSV14°75°94°
CMYK 0.000.570.75   0.06
XYZ41.137428.16927.4067
Yxy28.16920.53620.3672
Hunter Lab53.074745.472128.8782
CIE-Lab60.041350.448549.4628

#ef663b color RGB value is (239,102,59).

#ef663b hex color red value is 239, green value is 102 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #ef663b hue: 0.04 , saturation: 0.85 and the lightness value of ef663b is 0.58.

The process color (four color CMYK) of #ef663b color hex is 0.00, 0.57, 0.75, 0.06. Web safe color of #ef663b is #ff6633. Color #ef663b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01100110 00111011
Octal 357 146 73
Decimal 239 102 59
Hex EF 66 3B

RGB Percentages of Color #ef663b

%59.75
%25.50
%14.75

CMYK Percentages of Color #ef663b

%0
%57
%75
%6

Triadic Colors of #ef663b

#ef663b #3bef66 #663bef

Analogous Colors of #ef663b

#ef663b #efc03b #ef3b6a

Monochromatic Colors of #ef663b

#ef663b

Complementary Color

#ef663b #3bc4ef

#ef663b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef663b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef663b Color CSS Codes

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

#ef663b Text Font Color

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

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


#ef663b Background Color

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

This div background color is #ef663b


#ef663b Border Color

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

This div border color is #ef663b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef663b


Comments

No comments written yet.

Please login to write comment.