#EF7A65

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

Shades of Terra Cotta #EF7A65

Tints of Terra Cotta #EF7A65

Color information

#EF7A65 (or 0xEF7A65) is unknown color: approx Terra Cotta. HEX triplet: EF, 7A and 65. RGB value is (239,122,101). Sum of RGB (Red+Green+Blue) = 239+122+101=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 122 (48.05% from 255 or 26.41% from 462); Blue value is 101 (39.84% from 255 or 21.86% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7A65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7A65 is #10859A. Grayscale: #9A9A9A. Windows color (decimal): -1082779 or 6650607. OLE color: 6650607.

HSL color Cylindrical-coordinate representation of color #EF7A65: hue angle of 9.13º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF7A65 is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB239122101-
CMYK00.490.580.06
HSL9.13º81.18%66.67%-
HSV(B)9.13º57.74%93.73%-
XYZ44.9133.2116.36-
YUV154.5997.76188.21-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.73%
GREEN value IS 122 (48.05% from 255) = 26.41%
BLUE value IS 101 (39.84% from 255) = 21.86%
R=51.73%
G=26.41%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912210100.490.580.069.1381.1866.67
HexEF7A650313A695143
Octal35717214506172611121103
Binary11101111111101011001010110001111010110100110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7A65; }

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

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

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

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

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

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

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

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