Html Css Color HEX #EA7160 Terra Cotta

📋 copy color: '#EA7160'

red 234 ◦ green 113 ◦ blue 96

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

Shades of Terra Cotta #EA7160

Tints of Terra Cotta #EA7160

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.51%

 BLUE value IS 96 (37.89% from 255) = 21.67%

R = 52.82%
G = 25.51%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EA7160 (or 0xEA7160) is known color: Terra Cotta. HEX triplet: EA, 71 and 60. RGB value is (234,113,96). Sum of RGB (Red+Green+Blue) = 234+113+96=443 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.82% from 443); Green value is 113 (44.53% from 255 or 25.51% from 443); Blue value is 96 (37.89% from 255 or 21.67% from 443); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7160 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7160 is #158E9F. Grayscale: #939393. Windows color (decimal): -1412768 or 6320618. OLE color: 6320618.

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

Color convert

RGB 234 113 96 -
CMYK 0 0.52 0.59 0.08
HSL 7.39º 0.77% 0.65% -
HSV(B) 7.39º 0.59% 0.92% -
XYZ 41.95 30.15 14.67 -
YUV 147.24 99.09 189.88 -
System Red Green Blue C M Y K H S L
Decimal 234 113 96 0 0.52 0.59 0.08 7.39 0.77 0.65
Hex EA 71 60 0 34 3B 8 7 4D 41
Octal 352 161 140 0 64 73 10 7 115 101
Binary 11101010 1110001 1100000 0 110100 111011 1000 111 1001101 1000001

Color Harmonies of #EA7160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7160

Black with #EA7160

Text Example


Text Example

White with #EA7160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7160; }

 p { color: rgb(234,113,96); }

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

background-color css

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

 a { background-color: rgb(234,113,96); }

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

border-color css

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

 span { border-color: rgb(234,113,96); }

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