#E3705B

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

Shades of Terra Cotta #E3705B

Tints of Terra Cotta #E3705B

Color information

#E3705B (or 0xE3705B) is unknown color: approx Terra Cotta. HEX triplet: E3, 70 and 5B. RGB value is (227,112,91). Sum of RGB (Red+Green+Blue) = 227+112+91=430 (56% of max value = 765). Red value is 227 (89.06% from 255 or 52.79% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 91 (35.94% from 255 or 21.16% from 430); Max value from RGB is 227 - color contains mainly: red. Hex color #E3705B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3705B is #1C8FA4. Grayscale: #909090. Windows color (decimal): -1871781 or 5992675. OLE color: 5992675.

HSL color Cylindrical-coordinate representation of color #E3705B: hue angle of 9.26º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E3705B is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB22711291-
CMYK00.510.600.11
HSL9.26º70.83%62.35%-
HSV(B)9.26º59.91%89.02%-
XYZ39.3628.6713.36-
YUV143.9998.1187.21-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 52.79%
GREEN value IS 112 (44.14% from 255) = 26.05%
BLUE value IS 91 (35.94% from 255) = 21.16%
R=52.79%
G=26.05%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.60
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271129100.510.600.119.2670.8362.35
HexE3705B0333CB9473e
Octal34316013306374131110776
Binary11100011111000010110110110011111100101110011000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3705B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3705B; }

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

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

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

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

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

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

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

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