Color Hex Logo

#ea693f Color Hex

#EA693F
(234,105,63)
3 Favorites   0 Comments

Color spaces of #ea693f

RGB 23410563
HSL0.040.800.58
HSV15°73°92°
CMYK 0.000.550.73   0.08
XYZ39.880527.95457.9964
Yxy27.95450.52590.3686
Hunter Lab52.872042.113628.0434
CIE-Lab59.847647.391547.0172

#ea693f color RGB value is (234,105,63).

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

The process color (four color CMYK) of #ea693f color hex is 0.00, 0.55, 0.73, 0.08. Web safe color of #ea693f is #ff6633. Color #ea693f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01101001 00111111
Octal 352 151 77
Decimal 234 105 63
Hex EA 69 3F

RGB Percentages of Color #ea693f

%58.21
%26.12
%15.67

CMYK Percentages of Color #ea693f

%0
%55
%73
%8

Triadic Colors of #ea693f

#ea693f #3fea69 #693fea

Analogous Colors of #ea693f

#ea693f #eabf3f #ea3f6b

Monochromatic Colors of #ea693f

#ea693f

Complementary Color

#ea693f #3fc0ea

#ea693f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea693f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea693f Color CSS Codes

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

#ea693f Text Font Color

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

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


#ea693f Background Color

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

This div background color is #ea693f


#ea693f Border Color

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

This div border color is #ea693f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea693f


Comments

No comments written yet.

Please login to write comment.