#EF7A60

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

Shades of Terra Cotta #EF7A60

Tints of Terra Cotta #EF7A60

Color information

#EF7A60 (or 0xEF7A60) is unknown color: approx Terra Cotta. HEX triplet: EF, 7A and 60. RGB value is (239,122,96). Sum of RGB (Red+Green+Blue) = 239+122+96=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 122 (48.05% from 255 or 26.70% from 457); Blue value is 96 (37.89% from 255 or 21.01% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7A60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7A60 is #10859F. Grayscale: #9A9A9A. Windows color (decimal): -1082784 or 6322927. OLE color: 6322927.

HSL color Cylindrical-coordinate representation of color #EF7A60: hue angle of 10.91º 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 #EF7A60 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB23912296-
CMYK00.490.600.06
HSL10.91º81.71%65.69%-
HSV(B)10.91º59.83%93.73%-
XYZ44.6733.1115.1-
YUV154.0295.26188.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.30%
GREEN value IS 122 (48.05% from 255) = 26.70%
BLUE value IS 96 (37.89% from 255) = 21.01%
R=52.30%
G=26.70%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.60
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391229600.490.600.0610.9181.7165.69
HexEF7A600313C6b5242
Octal35717214006174613122102
Binary11101111111101011000000110001111100110101110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7A60; }

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

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

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

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

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

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

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

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