#EF7C5F

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

Shades of Terra Cotta #EF7C5F

Tints of Terra Cotta #EF7C5F

Color information

#EF7C5F (or 0xEF7C5F) is unknown color: approx Terra Cotta. HEX triplet: EF, 7C and 5F. RGB value is (239,124,95). Sum of RGB (Red+Green+Blue) = 239+124+95=458 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.18% from 458); Green value is 124 (48.83% from 255 or 27.07% from 458); Blue value is 95 (37.5% from 255 or 20.74% from 458); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7C5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7C5F is #1083A0. Grayscale: #9B9B9B. Windows color (decimal): -1082273 or 6257903. OLE color: 6257903.

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

Color convert

RGB23912495-
CMYK00.480.600.06
HSL12.08º81.82%65.49%-
HSV(B)12.08º60.25%93.73%-
XYZ44.8733.5914.95-
YUV155.0894.1187.86-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.18%
GREEN value IS 124 (48.83% from 255) = 27.07%
BLUE value IS 95 (37.5% from 255) = 20.74%
R=52.18%
G=27.07%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.60
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391249500.480.600.0612.0881.8265.49
HexEF7C5F0303C6c5241
Octal35717413706074614122101
Binary11101111111110010111110110000111100110110010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7C5F; }

 p { color: rgb(239,124,95); }

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

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

 a { background-color: rgb(239,124,95); }

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

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

 span { border-color: rgb(239,124,95); }

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