Html Css Color HEX #E07160 Terra Cotta

📋 copy color: '#E07160'

red 224 ◦ green 113 ◦ blue 96

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

Shades of Terra Cotta #E07160

Tints of Terra Cotta #E07160

RGB

 RED value IS 224 (87.89% from 255) = 51.73%

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

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

R = 51.73%
G = 26.1%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E07160 (or 0xE07160) is known color: Terra Cotta. HEX triplet: E0, 71 and 60. RGB value is (224,113,96). Sum of RGB (Red+Green+Blue) = 224+113+96=433 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.73% from 433); Green value is 113 (44.53% from 255 or 26.10% from 433); Blue value is 96 (37.89% from 255 or 22.17% from 433); Max value from RGB is 224 - color contains mainly: red. Hex color #E07160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07160 is #1F8E9F. Grayscale: #909090. Windows color (decimal): -2068128 or 6320608. OLE color: 6320608.

HSL color Cylindrical-coordinate representation of color #E07160: hue angle of 7.97º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E07160 is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 113 96 -
CMYK 0 0.50 0.57 0.12
HSL 7.97º 0.67% 0.63% -
HSV(B) 7.97º 0.57% 0.88% -
XYZ 38.76 28.5 14.53 -
YUV 144.25 100.77 184.88 -
System Red Green Blue C M Y K H S L
Decimal 224 113 96 0 0.50 0.57 0.12 7.97 0.67 0.63
Hex E0 71 60 0 32 39 C 8 43 3F
Octal 340 161 140 0 62 71 14 10 103 77
Binary 11100000 1110001 1100000 0 110010 111001 1100 1000 1000011 111111

Color Harmonies of #E07160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07160

Black with #E07160

Text Example


Text Example

White with #E07160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07160; }

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

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

background-color css

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

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

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

border-color css

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

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

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