#EA705F

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

Shades of Terra Cotta #EA705F

Tints of Terra Cotta #EA705F

Color information

#EA705F (or 0xEA705F) is unknown color: approx Terra Cotta. HEX triplet: EA, 70 and 5F. RGB value is (234,112,95). Sum of RGB (Red+Green+Blue) = 234+112+95=441 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.06% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 95 (37.5% from 255 or 21.54% from 441); Max value from RGB is 234 - color contains mainly: red. Hex color #EA705F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA705F is #158FA0. Grayscale: #929292. Windows color (decimal): -1413025 or 6254826. OLE color: 6254826.

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

Color convert

RGB23411295-
CMYK00.520.590.08
HSL7.34º76.8%64.51%-
HSV(B)7.34º59.4%91.76%-
XYZ41.7929.9114.4-
YUV146.5498.92190.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 53.06%
GREEN value IS 112 (44.14% from 255) = 25.40%
BLUE value IS 95 (37.5% from 255) = 21.54%
R=53.06%
G=25.40%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341129500.520.590.087.3476.864.51
HexEA705F0343B874d41
Octal35216013706473107115101
Binary11101010111000010111110110100111011100011110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA705F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA705F; }

 p { color: rgb(234,112,95); }

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

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

 a { background-color: rgb(234,112,95); }

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

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

 span { border-color: rgb(234,112,95); }

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