#EF7E61

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

Shades of Terra Cotta #EF7E61

Tints of Terra Cotta #EF7E61

Color information

#EF7E61 (or 0xEF7E61) is unknown color: approx Terra Cotta. HEX triplet: EF, 7E and 61. RGB value is (239,126,97). Sum of RGB (Red+Green+Blue) = 239+126+97=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 126 (49.61% from 255 or 27.27% from 462); Blue value is 97 (38.28% from 255 or 21.00% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7E61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7E61 is #10819E. Grayscale: #9C9C9C. Windows color (decimal): -1081759 or 6389487. OLE color: 6389487.

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

Color convert

RGB23912697-
CMYK00.470.590.06
HSL12.25º81.61%65.88%-
HSV(B)12.25º59.41%93.73%-
XYZ45.2234.1415.51-
YUV156.4894.44186.86-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.73%
GREEN value IS 126 (49.61% from 255) = 27.27%
BLUE value IS 97 (38.28% from 255) = 21.00%
R=51.73%
G=27.27%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391269700.470.590.0612.2581.6165.88
HexEF7E6102F3B6c5242
Octal35717614105773614122102
Binary11101111111111011000010101111111011110110010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7E61; }

 p { color: rgb(239,126,97); }

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

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

 a { background-color: rgb(239,126,97); }

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

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

 span { border-color: rgb(239,126,97); }

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