#EF7B60

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

Shades of Terra Cotta #EF7B60

Tints of Terra Cotta #EF7B60

Color information

#EF7B60 (or 0xEF7B60) is unknown color: approx Terra Cotta. HEX triplet: EF, 7B and 60. RGB value is (239,123,96). Sum of RGB (Red+Green+Blue) = 239+123+96=458 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.18% from 458); Green value is 123 (48.44% from 255 or 26.86% from 458); Blue value is 96 (37.89% from 255 or 20.96% from 458); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7B60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7B60 is #10849F. Grayscale: #9A9A9A. Windows color (decimal): -1082528 or 6323183. OLE color: 6323183.

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

Color convert

RGB23912396-
CMYK00.490.600.06
HSL11.33º81.71%65.69%-
HSV(B)11.33º59.83%93.73%-
XYZ44.7933.3615.14-
YUV154.6194.93188.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.18%
GREEN value IS 123 (48.44% from 255) = 26.86%
BLUE value IS 96 (37.89% from 255) = 20.96%
R=52.18%
G=26.86%
B=20.96%

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
Decimal2391239600.490.600.0611.3381.7165.69
HexEF7B600313C6b5242
Octal35717314006174613122102
Binary11101111111101111000000110001111100110101110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7B60; }

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

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

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

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

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

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

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

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