Html Css Color HEX #EA705E Terra Cotta

📋 copy color: '#EA705E'

red 234 ◦ green 112 ◦ blue 94

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

Shades of Terra Cotta #EA705E

Tints of Terra Cotta #EA705E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.36%

R = 53.18%
G = 25.45%
B = 21.36%

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

#EA705E (or 0xEA705E) is known color: Terra Cotta. HEX triplet: EA, 70 and 5E. RGB value is (234,112,94). Sum of RGB (Red+Green+Blue) = 234+112+94=440 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.18% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 94 (37.11% from 255 or 21.36% from 440); Max value from RGB is 234 - color contains mainly: red. Hex color #EA705E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA705E is #158FA1. Grayscale: #929292. Windows color (decimal): -1413026 or 6189290. OLE color: 6189290.

HSL color Cylindrical-coordinate representation of color #EA705E: hue angle of 7.71º 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 #EA705E is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 112 94 -
CMYK 0 0.52 0.60 0.08
HSL 7.71º 0.77% 0.64% -
HSV(B) 7.71º 0.6% 0.92% -
XYZ 41.75 29.89 14.16 -
YUV 146.43 98.42 190.46 -
System Red Green Blue C M Y K H S L
Decimal 234 112 94 0 0.52 0.60 0.08 7.71 0.77 0.64
Hex EA 70 5E 0 34 3C 8 8 4D 40
Octal 352 160 136 0 64 74 10 10 115 100
Binary 11101010 1110000 1011110 0 110100 111100 1000 1000 1001101 1000000

Color Harmonies of #EA705E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA705E

Black with #EA705E

Text Example


Text Example

White with #EA705E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA705E; }

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

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

background-color css

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

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

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

border-color css

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

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

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