Color Hex Logo

#ea823d Color Hex

#EA823D
(234,130,61)
0 Favorites   0 Comments

Color spaces of #ea823d

RGB 23413061
HSL0.070.800.58
HSV24°74°92°
CMYK 0.000.440.74   0.08
XYZ42.756633.79468.6844
Yxy33.79460.50160.3965
Hunter Lab58.133129.552831.8360
CIE-Lab64.799234.838853.2182

#ea823d color RGB value is (234,130,61).

#ea823d hex color red value is 234, green value is 130 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #ea823d hue: 0.07 , saturation: 0.80 and the lightness value of ea823d is 0.58.

The process color (four color CMYK) of #ea823d color hex is 0.00, 0.44, 0.74, 0.08. Web safe color of #ea823d is #ff9933. Color #ea823d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000010 00111101
Octal 352 202 75
Decimal 234 130 61
Hex EA 82 3D

RGB Percentages of Color #ea823d

%55.06
%30.59
%14.35

CMYK Percentages of Color #ea823d

%0
%44
%74
%8

Triadic Colors of #ea823d

#ea823d #3dea82 #823dea

Analogous Colors of #ea823d

#ea823d #ead93d #ea3d4f

Monochromatic Colors of #ea823d

#ea823d

Complementary Color

#ea823d #3da5ea

#ea823d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea823d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea823d Color CSS Codes

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

#ea823d Text Font Color

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

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


#ea823d Background Color

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

This div background color is #ea823d


#ea823d Border Color

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

This div border color is #ea823d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea823d


Comments

No comments written yet.

Please login to write comment.