#EA7966

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

Shades of Terra Cotta #EA7966

Tints of Terra Cotta #EA7966

Color information

#EA7966 (or 0xEA7966) is unknown color: approx Terra Cotta. HEX triplet: EA, 79 and 66. RGB value is (234,121,102). Sum of RGB (Red+Green+Blue) = 234+121+102=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 121 (47.66% from 255 or 26.48% from 457); Blue value is 102 (40.23% from 255 or 22.32% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7966 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7966 is #158699. Grayscale: #989898. Windows color (decimal): -1410714 or 6715882. OLE color: 6715882.

HSL color Cylindrical-coordinate representation of color #EA7966: hue angle of 8.64º 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 #EA7966 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB234121102-
CMYK00.480.560.08
HSL8.64º75.86%65.88%-
HSV(B)8.64º56.41%91.76%-
XYZ43.1732.1316.5-
YUV152.6299.44186.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.20%
GREEN value IS 121 (47.66% from 255) = 26.48%
BLUE value IS 102 (40.23% from 255) = 22.32%
R=51.20%
G=26.48%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412110200.480.560.088.6475.8665.88
HexEA796603038894c42
Octal352171146060701011114102
Binary111010101111001110011001100001110001000100110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7966; }

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

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

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

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

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

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

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

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