#EF7766

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

Shades of Terra Cotta #EF7766

Tints of Terra Cotta #EF7766

Color information

#EF7766 (or 0xEF7766) is unknown color: approx Terra Cotta. HEX triplet: EF, 77 and 66. RGB value is (239,119,102). Sum of RGB (Red+Green+Blue) = 239+119+102=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 119 (46.88% from 255 or 25.87% from 460); Blue value is 102 (40.23% from 255 or 22.17% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7766 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7766 is #108899. Grayscale: #999999. Windows color (decimal): -1083546 or 6715375. OLE color: 6715375.

HSL color Cylindrical-coordinate representation of color #EF7766: hue angle of 7.45º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EF7766 is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB239119102-
CMYK00.500.570.06
HSL7.45º81.07%66.86%-
HSV(B)7.45º57.32%93.73%-
XYZ44.5932.516.49-
YUV152.9499.26189.38-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.96%
GREEN value IS 119 (46.88% from 255) = 25.87%
BLUE value IS 102 (40.23% from 255) = 22.17%
R=51.96%
G=25.87%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.57
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911910200.500.570.067.4581.0766.86
HexEF776603239675143
Octal3571671460627167121103
Binary1110111111101111100110011001011100111011110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7766; }

 p { color: rgb(239,119,102); }

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

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

 a { background-color: rgb(239,119,102); }

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

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

 span { border-color: rgb(239,119,102); }

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