#EA735D

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

Shades of Terra Cotta #EA735D

Tints of Terra Cotta #EA735D

Color information

#EA735D (or 0xEA735D) is unknown color: approx Terra Cotta. HEX triplet: EA, 73 and 5D. RGB value is (234,115,93). Sum of RGB (Red+Green+Blue) = 234+115+93=442 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.94% from 442); Green value is 115 (45.31% from 255 or 26.02% from 442); Blue value is 93 (36.72% from 255 or 21.04% from 442); Max value from RGB is 234 - color contains mainly: red. Hex color #EA735D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA735D is #158CA2. Grayscale: #949494. Windows color (decimal): -1412259 or 6124522. OLE color: 6124522.

HSL color Cylindrical-coordinate representation of color #EA735D: hue angle of 9.36º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EA735D is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB23411593-
CMYK00.510.600.08
HSL9.36º77.05%64.12%-
HSV(B)9.36º60.26%91.76%-
XYZ42.0430.5414.04-
YUV148.0796.92189.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.94%
GREEN value IS 115 (45.31% from 255) = 26.02%
BLUE value IS 93 (36.72% from 255) = 21.04%
R=52.94%
G=26.02%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341159300.510.600.089.3677.0564.12
HexEA735D0333C894d40
Octal352163135063741011115100
Binary111010101110011101110101100111111001000100110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA735D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA735D; }

 p { color: rgb(234,115,93); }

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

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

 a { background-color: rgb(234,115,93); }

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

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

 span { border-color: rgb(234,115,93); }

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