#EF7060

Color #EF7060 Terra Cotta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Terra Cotta #EF7060

Tints of Terra Cotta #EF7060

Color information

#EF7060 (or 0xEF7060) is unknown color: approx Terra Cotta. HEX triplet: EF, 70 and 60. RGB value is (239,112,96). Sum of RGB (Red+Green+Blue) = 239+112+96=447 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.47% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 96 (37.89% from 255 or 21.48% from 447); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7060 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7060 is #108F9F. Grayscale: #949494. Windows color (decimal): -1085344 or 6320367. OLE color: 6320367.

HSL color Cylindrical-coordinate representation of color #EF7060: hue angle of 6.71º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF7060 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB23911296-
CMYK00.530.600.06
HSL6.71º81.71%65.69%-
HSV(B)6.71º59.83%93.73%-
XYZ43.530.7814.72-
YUV148.1598.58192.8-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 53.47%
GREEN value IS 112 (44.14% from 255) = 25.06%
BLUE value IS 96 (37.89% from 255) = 21.48%
R=53.47%
G=25.06%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.60
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391129600.530.600.066.7181.7165.69
HexEF70600353C675242
Octal3571601400657467122102
Binary1110111111100001100000011010111110011011110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7060; }

 p { color: rgb(239,112,96); }

 H1.HeaderClassName
 {
   color: #EF7060;
 }
 .AnyTagClassName
 {
   color: #EF7060;
 }
</style>
background-color css

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

 a { background-color: rgb(239,112,96); }

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

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

 span { border-color: rgb(239,112,96); }

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