#ED7060

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

Shades of Terra Cotta #ED7060

Tints of Terra Cotta #ED7060

Color information

#ED7060 (or 0xED7060) is unknown color: approx Terra Cotta. HEX triplet: ED, 70 and 60. RGB value is (237,112,96). Sum of RGB (Red+Green+Blue) = 237+112+96=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 112 (44.14% from 255 or 25.17% from 445); Blue value is 96 (37.89% from 255 or 21.57% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7060 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7060 is #128F9F. Grayscale: #939393. Windows color (decimal): -1216416 or 6320365. OLE color: 6320365.

HSL color Cylindrical-coordinate representation of color #ED7060: hue angle of 6.81º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED7060 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB23711296-
CMYK00.530.590.07
HSL6.81º79.66%65.29%-
HSV(B)6.81º59.49%92.94%-
XYZ42.8330.4414.68-
YUV147.5598.91191.8-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 53.26%
GREEN value IS 112 (44.14% from 255) = 25.17%
BLUE value IS 96 (37.89% from 255) = 21.57%
R=53.26%
G=25.17%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371129600.530.590.076.8179.6665.29
HexED70600353B775041
Octal3551601400657377120101
Binary1110110111100001100000011010111101111111110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7060; }

 p { color: rgb(237,112,96); }

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

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

 a { background-color: rgb(237,112,96); }

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

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

 span { border-color: rgb(237,112,96); }

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