#EA705B

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

Shades of Terra Cotta #EA705B

Tints of Terra Cotta #EA705B

Color information

#EA705B (or 0xEA705B) is unknown color: approx Terra Cotta. HEX triplet: EA, 70 and 5B. RGB value is (234,112,91). Sum of RGB (Red+Green+Blue) = 234+112+91=437 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.55% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 91 (35.94% from 255 or 20.82% from 437); Max value from RGB is 234 - color contains mainly: red. Hex color #EA705B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA705B is #158FA4. Grayscale: #929292. Windows color (decimal): -1413029 or 5992682. OLE color: 5992682.

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

Color convert

RGB23411291-
CMYK00.520.610.08
HSL8.81º77.3%63.73%-
HSV(B)8.81º61.11%91.76%-
XYZ41.6129.8413.46-
YUV146.0896.92190.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 53.55%
GREEN value IS 112 (44.14% from 255) = 25.63%
BLUE value IS 91 (35.94% from 255) = 20.82%
R=53.55%
G=25.63%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.61
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341129100.520.610.088.8177.363.73
HexEA705B0343D894d40
Octal352160133064751011115100
Binary111010101110000101101101101001111011000100110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA705B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA705B; }

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

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

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

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

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

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

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

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