Color Hex Logo

#ea903f Color Hex

#EA903F
(234,144,63)
0 Favorites   0 Comments

Color spaces of #ea903f

RGB 23414463
HSL0.080.800.58
HSV28°73°92°
CMYK 0.000.380.73   0.08
XYZ44.802137.79789.6370
Yxy37.79780.48570.4098
Hunter Lab61.479922.488033.7422
CIE-Lab67.871327.611455.4757

#ea903f color RGB value is (234,144,63).

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

The process color (four color CMYK) of #ea903f color hex is 0.00, 0.38, 0.73, 0.08. Web safe color of #ea903f is #ff9933. Color #ea903f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10010000 00111111
Octal 352 220 77
Decimal 234 144 63
Hex EA 90 3F

RGB Percentages of Color #ea903f

%53.06
%32.65
%14.29

CMYK Percentages of Color #ea903f

%0
%38
%73
%8

Triadic Colors of #ea903f

#ea903f #3fea90 #903fea

Analogous Colors of #ea903f

#ea903f #eae63f #ea3f44

Monochromatic Colors of #ea903f

#ea903f

Complementary Color

#ea903f #3f99ea

#ea903f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea903f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea903f Color CSS Codes

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

#ea903f Text Font Color

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

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


#ea903f Background Color

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

This div background color is #ea903f


#ea903f Border Color

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

This div border color is #ea903f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,144,63, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea903f


Comments

No comments written yet.

Please login to write comment.