Color Hex Logo

#ef853b Color Hex

#EF853B
(239,133,59)
0 Favorites   0 Comments

Color spaces of #ef853b

RGB 23913359
HSL0.070.850.58
HSV25°75°94°
CMYK 0.000.440.75   0.06
XYZ44.773535.44158.6188
Yxy35.44150.50400.3990
Hunter Lab59.532830.064233.0893
CIE-Lab66.091035.202655.6627

#ef853b color RGB value is (239,133,59).

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

The process color (four color CMYK) of #ef853b color hex is 0.00, 0.44, 0.75, 0.06. Web safe color of #ef853b is #ff9933. Color #ef853b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000101 00111011
Octal 357 205 73
Decimal 239 133 59
Hex EF 85 3B

RGB Percentages of Color #ef853b

%55.45
%30.86
%13.69

CMYK Percentages of Color #ef853b

%0
%44
%75
%6

Triadic Colors of #ef853b

#ef853b #3bef85 #853bef

Analogous Colors of #ef853b

#ef853b #efdf3b #ef3b4b

Monochromatic Colors of #ef853b

#ef853b

Complementary Color

#ef853b #3ba5ef

#ef853b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef853b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef853b Color CSS Codes

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

#ef853b Text Font Color

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

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


#ef853b Background Color

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

This div background color is #ef853b


#ef853b Border Color

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

This div border color is #ef853b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef853b


Comments

No comments written yet.

Please login to write comment.