Html Css Color HEX #E07860 Terra Cotta

📋 copy color: '#E07860'

red 224 ◦ green 120 ◦ blue 96

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

Shades of Terra Cotta #E07860

Tints of Terra Cotta #E07860

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.27%

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

R = 50.91%
G = 27.27%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E07860 (or 0xE07860) is known color: Terra Cotta. HEX triplet: E0, 78 and 60. RGB value is (224,120,96). Sum of RGB (Red+Green+Blue) = 224+120+96=440 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.91% from 440); Green value is 120 (47.27% from 255 or 27.27% from 440); Blue value is 96 (37.89% from 255 or 21.82% from 440); Max value from RGB is 224 - color contains mainly: red. Hex color #E07860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07860 is #1F879F. Grayscale: #949494. Windows color (decimal): -2066336 or 6322400. OLE color: 6322400.

HSL color Cylindrical-coordinate representation of color #E07860: hue angle of 11.25º 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 #E07860 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 120 96 -
CMYK 0 0.46 0.57 0.12
HSL 11.25º 0.67% 0.63% -
HSV(B) 11.25º 0.57% 0.88% -
XYZ 39.57 30.12 14.8 -
YUV 148.36 98.46 181.95 -
System Red Green Blue C M Y K H S L
Decimal 224 120 96 0 0.46 0.57 0.12 11.25 0.67 0.63
Hex E0 78 60 0 2E 39 C B 43 3F
Octal 340 170 140 0 56 71 14 13 103 77
Binary 11100000 1111000 1100000 0 101110 111001 1100 1011 1000011 111111

Color Harmonies of #E07860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07860

Black with #E07860

Text Example


Text Example

White with #E07860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07860; }

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

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

background-color css

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

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

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

border-color css

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

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

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