#E06C57

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

Shades of Terra Cotta #E06C57

Tints of Terra Cotta #E06C57

Color information

#E06C57 (or 0xE06C57) is unknown color: approx Terra Cotta. HEX triplet: E0, 6C and 57. RGB value is (224,108,87). Sum of RGB (Red+Green+Blue) = 224+108+87=419 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.46% from 419); Green value is 108 (42.58% from 255 or 25.78% from 419); Blue value is 87 (34.38% from 255 or 20.76% from 419); Max value from RGB is 224 - color contains mainly: red. Hex color #E06C57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06C57 is #1F93A8. Grayscale: #8C8C8C. Windows color (decimal): -2069417 or 5729504. OLE color: 5729504.

HSL color Cylindrical-coordinate representation of color #E06C57: hue angle of 9.2º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E06C57 is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.12.

Color convert

RGB22410887-
CMYK00.520.610.12
HSL9.2º68.84%60.98%-
HSV(B)9.2º61.16%87.84%-
XYZ37.8227.2612.29-
YUV140.2997.93187.71-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 53.46%
GREEN value IS 108 (42.58% from 255) = 25.78%
BLUE value IS 87 (34.38% from 255) = 20.76%
R=53.46%
G=25.78%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.61
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241088700.520.610.129.268.8460.98
HexE06C570343DC9453d
Octal34015412706475141110575
Binary11100000110110010101110110100111101110010011000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06C57; }

 p { color: rgb(224,108,87); }

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

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

 a { background-color: rgb(224,108,87); }

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

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

 span { border-color: rgb(224,108,87); }

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