Color Hex Logo

#ef833d Color Hex

#EF833D
(239,131,61)
0 Favorites   0 Comments

Color spaces of #ef833d

RGB 23913161
HSL0.070.850.59
HSV24°74°94°
CMYK 0.000.450.74   0.06
XYZ44.555234.92028.8068
Yxy34.92020.50470.3956
Hunter Lab59.093331.172232.5292
CIE-Lab65.686536.312754.3454

#ef833d color RGB value is (239,131,61).

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

The process color (four color CMYK) of #ef833d color hex is 0.00, 0.45, 0.74, 0.06. Web safe color of #ef833d is #ff9933. Color #ef833d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000011 00111101
Octal 357 203 75
Decimal 239 131 61
Hex EF 83 3D

RGB Percentages of Color #ef833d

%55.45
%30.39
%14.15

CMYK Percentages of Color #ef833d

%0
%45
%74
%6

Triadic Colors of #ef833d

#ef833d #3def83 #833def

Analogous Colors of #ef833d

#ef833d #efdc3d #ef3d50

Monochromatic Colors of #ef833d

#ef833d

Complementary Color

#ef833d #3da9ef

#ef833d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef833d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef833d Color CSS Codes

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

#ef833d Text Font Color

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

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


#ef833d Background Color

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

This div background color is #ef833d


#ef833d Border Color

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

This div border color is #ef833d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef833d


Comments

No comments written yet.

Please login to write comment.