#e0715c

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

Shades of Terra Cotta #E0715C

Tints of Terra Cotta #E0715C

Color information

#E0715C (or 0xE0715C) is unknown color: approx Terra Cotta. HEX triplet: E0, 71 and 5C. RGB value is (224,113,92). Sum of RGB (Red+Green+Blue) = 224+113+92=429 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.21% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 92 (36.33% from 255 or 21.45% from 429); Max value from RGB is 224 - color contains mainly: red. Hex color #E0715C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0715C is #1F8EA3. Grayscale: #8F8F8F. Windows color (decimal): -2068132 or 6058464. OLE color: 6058464.

HSL color Cylindrical-coordinate representation of color #E0715C: hue angle of 9.55º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E0715C is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB22411392-
CMYK00.500.590.12
HSL9.55º68.04%61.96%-
HSV(B)9.55º58.93%87.84%-
XYZ38.5828.4313.58-
YUV143.898.77185.21-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 52.21%
GREEN value IS 113 (44.53% from 255) = 26.34%
BLUE value IS 92 (36.33% from 255) = 21.45%
R=52.21%
G=26.34%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241139200.500.590.129.5568.0461.96
HexE0715C0323BCa443e
Octal34016113406273141210476
Binary11100000111000110111000110010111011110010101000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0715c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0715c; }

 p { color: rgb(224,113,92); }

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

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

 a { background-color: rgb(224,113,92); }

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

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

 span { border-color: rgb(224,113,92); }

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