Color Hex Logo

#ea853d Color Hex

#EA853D
(234,133,61)
0 Favorites   0 Comments

Color spaces of #ea853d

RGB 23413361
HSL0.070.800.58
HSV25°74°92°
CMYK 0.000.430.74   0.08
XYZ43.161534.60448.8193
Yxy34.60440.49850.3997
Hunter Lab58.825528.024532.2889
CIE-Lab65.439533.284553.8787

#ea853d color RGB value is (234,133,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000101 00111101
Octal 352 205 75
Decimal 234 133 61
Hex EA 85 3D

RGB Percentages of Color #ea853d

%54.67
%31.07
%14.25

CMYK Percentages of Color #ea853d

%0
%43
%74
%8

Triadic Colors of #ea853d

#ea853d #3dea85 #853dea

Analogous Colors of #ea853d

#ea853d #eadc3d #ea3d4c

Monochromatic Colors of #ea853d

#ea853d

Complementary Color

#ea853d #3da2ea

#ea853d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea853d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea853d Color CSS Codes

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

#ea853d Text Font Color

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

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


#ea853d Background Color

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

This div background color is #ea853d


#ea853d Border Color

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

This div border color is #ea853d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea853d


Comments

No comments written yet.

Please login to write comment.