#E06F57

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

Shades of Terra Cotta #E06F57

Tints of Terra Cotta #E06F57

Color information

#E06F57 (or 0xE06F57) is unknown color: approx Terra Cotta. HEX triplet: E0, 6F and 57. RGB value is (224,111,87). Sum of RGB (Red+Green+Blue) = 224+111+87=422 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.08% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 87 (34.38% from 255 or 20.62% from 422); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06F57 is #1F90A8. Grayscale: #8E8E8E. Windows color (decimal): -2068649 or 5730272. OLE color: 5730272.

HSL color Cylindrical-coordinate representation of color #E06F57: hue angle of 10.51º 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 #E06F57 is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.12.

Color convert

RGB22411187-
CMYK00.500.610.12
HSL10.51º68.84%60.98%-
HSV(B)10.51º61.16%87.84%-
XYZ38.1527.912.39-
YUV142.0596.94186.45-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 53.08%
GREEN value IS 111 (43.75% from 255) = 26.30%
BLUE value IS 87 (34.38% from 255) = 20.62%
R=53.08%
G=26.30%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.61
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241118700.500.610.1210.5168.8460.98
HexE06F570323DCb453d
Octal34015712706275141310575
Binary11100000110111110101110110010111101110010111000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06F57; }

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

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

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

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

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

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

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

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