Html Css Color HEX #EA705D Terra Cotta

📋 copy color: '#EA705D'

red 234 ◦ green 112 ◦ blue 93

#EA705D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Terra Cotta #EA705D

Tints of Terra Cotta #EA705D

RGB

 RED value IS 234 (91.8% from 255) = 53.3%

 GREEN value IS 112 (44.14% from 255) = 25.51%

 BLUE value IS 93 (36.72% from 255) = 21.18%

R = 53.3%
G = 25.51%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.60

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EA705D (or 0xEA705D) is known color: Terra Cotta. HEX triplet: EA, 70 and 5D. RGB value is (234,112,93). Sum of RGB (Red+Green+Blue) = 234+112+93=439 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.30% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 93 (36.72% from 255 or 21.18% from 439); Max value from RGB is 234 - color contains mainly: red. Hex color #EA705D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA705D is #158FA2. Grayscale: #929292. Windows color (decimal): -1413027 or 6123754. OLE color: 6123754.

HSL color Cylindrical-coordinate representation of color #EA705D: hue angle of 8.09º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EA705D is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 112 93 -
CMYK 0 0.52 0.60 0.08
HSL 8.09º 0.77% 0.64% -
HSV(B) 8.09º 0.6% 0.92% -
XYZ 41.7 29.87 13.92 -
YUV 146.31 97.92 190.54 -
System Red Green Blue C M Y K H S L
Decimal 234 112 93 0 0.52 0.60 0.08 8.09 0.77 0.64
Hex EA 70 5D 0 34 3C 8 8 4D 40
Octal 352 160 135 0 64 74 10 10 115 100
Binary 11101010 1110000 1011101 0 110100 111100 1000 1000 1001101 1000000

Color Harmonies of #EA705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA705D

Black with #EA705D

Text Example


Text Example

White with #EA705D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA705D; }

 p { color: rgb(234,112,93); }

 H1.HeaderClassName
 {
   color: #EA705D;
 }
 .AnyTagClassName
 {
   color: #EA705D;
 }
</style>

background-color css

<style>
 a { background-color: #EA705D; }

 a { background-color: rgb(234,112,93); }

 div.DivClassName
 {
   background-color: #EA705D;
 }
 .BgClassName
 {
   background-color: #EA705D;
 }
</style>

border-color css

<style>
 span { border-color: #EA705D; }

 span { border-color: rgb(234,112,93); }

 td.TdClassName
 {
   border-color: #EA705D;
 }
 .TagClassName
 {
   border-color: #EA705D;
 }
</style>