#EA7466

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

Shades of Terra Cotta #EA7466

Tints of Terra Cotta #EA7466

Color information

#EA7466 (or 0xEA7466) is unknown color: approx Terra Cotta. HEX triplet: EA, 74 and 66. RGB value is (234,116,102). Sum of RGB (Red+Green+Blue) = 234+116+102=452 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.77% from 452); Green value is 116 (45.70% from 255 or 25.66% from 452); Blue value is 102 (40.23% from 255 or 22.57% from 452); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7466 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7466 is #158B99. Grayscale: #959595. Windows color (decimal): -1411994 or 6714602. OLE color: 6714602.

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

Color convert

RGB234116102-
CMYK00.500.560.08
HSL6.36º75.86%65.88%-
HSV(B)6.36º56.41%91.76%-
XYZ42.5830.9416.3-
YUV149.69101.09188.14-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.77%
GREEN value IS 116 (45.70% from 255) = 25.66%
BLUE value IS 102 (40.23% from 255) = 22.57%
R=51.77%
G=25.66%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411610200.500.560.086.3675.8665.88
HexEA746603238864c42
Octal35216414606270106114102
Binary11101010111010011001100110010111000100011010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7466; }

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

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

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

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

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

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

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

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