Html Css Color HEX #E07560 Terra Cotta

📋 copy color: '#E07560'

red 224 ◦ green 117 ◦ blue 96

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

Shades of Terra Cotta #E07560

Tints of Terra Cotta #E07560

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.77%

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

R = 51.26%
G = 26.77%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E07560 (or 0xE07560) is known color: Terra Cotta. HEX triplet: E0, 75 and 60. RGB value is (224,117,96). Sum of RGB (Red+Green+Blue) = 224+117+96=437 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.26% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 96 (37.89% from 255 or 21.97% from 437); Max value from RGB is 224 - color contains mainly: red. Hex color #E07560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07560 is #1F8A9F. Grayscale: #929292. Windows color (decimal): -2067104 or 6321632. OLE color: 6321632.

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

Color convert

RGB 224 117 96 -
CMYK 0 0.48 0.57 0.12
HSL 9.84º 0.67% 0.63% -
HSV(B) 9.84º 0.57% 0.88% -
XYZ 39.21 29.41 14.68 -
YUV 146.6 99.45 183.21 -
System Red Green Blue C M Y K H S L
Decimal 224 117 96 0 0.48 0.57 0.12 9.84 0.67 0.63
Hex E0 75 60 0 30 39 C A 43 3F
Octal 340 165 140 0 60 71 14 12 103 77
Binary 11100000 1110101 1100000 0 110000 111001 1100 1010 1000011 111111

Color Harmonies of #E07560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07560

Black with #E07560

Text Example


Text Example

White with #E07560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07560; }

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

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

background-color css

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

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

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

border-color css

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

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

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