#E2715A

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

Shades of Terra Cotta #E2715A

Tints of Terra Cotta #E2715A

Color information

#E2715A (or 0xE2715A) is unknown color: approx Terra Cotta. HEX triplet: E2, 71 and 5A. RGB value is (226,113,90). Sum of RGB (Red+Green+Blue) = 226+113+90=429 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.68% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 90 (35.55% from 255 or 20.98% from 429); Max value from RGB is 226 - color contains mainly: red. Hex color #E2715A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2715A is #1D8EA5. Grayscale: #909090. Windows color (decimal): -1937062 or 5927394. OLE color: 5927394.

HSL color Cylindrical-coordinate representation of color #E2715A: hue angle of 10.15º degrees, saturation: 0.7, 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 #E2715A is Cyan = 0, Magento = 0.5, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB22611390-
CMYK00.50.600.11
HSL10.15º70.1%61.96%-
HSV(B)10.15º60.18%88.63%-
XYZ39.1128.7213.15-
YUV144.1697.44186.37-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 52.68%
GREEN value IS 113 (44.53% from 255) = 26.34%
BLUE value IS 90 (35.55% from 255) = 20.98%
R=52.68%
G=26.34%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.60
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261139000.50.600.1110.1570.161.96
HexE2715A0323CBa463e
Octal34216113206274131210676
Binary11100010111000110110100110010111100101110101000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2715A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2715A; }

 p { color: rgb(226,113,90); }

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

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

 a { background-color: rgb(226,113,90); }

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

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

 span { border-color: rgb(226,113,90); }

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