#EA7460

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

Shades of Terra Cotta #EA7460

Tints of Terra Cotta #EA7460

Color information

#EA7460 (or 0xEA7460) is unknown color: approx Terra Cotta. HEX triplet: EA, 74 and 60. RGB value is (234,116,96). Sum of RGB (Red+Green+Blue) = 234+116+96=446 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.47% from 446); Green value is 116 (45.70% from 255 or 26.01% from 446); Blue value is 96 (37.89% from 255 or 21.52% from 446); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7460 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7460 is #158B9F. Grayscale: #959595. Windows color (decimal): -1412000 or 6321386. OLE color: 6321386.

HSL color Cylindrical-coordinate representation of color #EA7460: hue angle of 8.7º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EA7460 is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB23411696-
CMYK00.500.590.08
HSL8.7º76.67%64.71%-
HSV(B)8.7º58.97%91.76%-
XYZ42.2930.8314.79-
YUV14998.09188.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.47%
GREEN value IS 116 (45.70% from 255) = 26.01%
BLUE value IS 96 (37.89% from 255) = 21.52%
R=52.47%
G=26.01%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341169600.500.590.088.776.6764.71
HexEA74600323B894d41
Octal352164140062731011115101
Binary111010101110100110000001100101110111000100110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7460; }

 p { color: rgb(234,116,96); }

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

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

 a { background-color: rgb(234,116,96); }

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

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

 span { border-color: rgb(234,116,96); }

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