#E86F61

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

Shades of Terra Cotta #E86F61

Tints of Terra Cotta #E86F61

Color information

#E86F61 (or 0xE86F61) is unknown color: approx Terra Cotta. HEX triplet: E8, 6F and 61. RGB value is (232,111,97). Sum of RGB (Red+Green+Blue) = 232+111+97=440 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.73% from 440); Green value is 111 (43.75% from 255 or 25.23% from 440); Blue value is 97 (38.28% from 255 or 22.05% from 440); Max value from RGB is 232 - color contains mainly: red. Hex color #E86F61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86F61 is #17909E. Grayscale: #919191. Windows color (decimal): -1544351 or 6385640. OLE color: 6385640.

HSL color Cylindrical-coordinate representation of color #E86F61: hue angle of 6.22º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E86F61 is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB23211197-
CMYK00.520.580.09
HSL6.22º74.59%64.51%-
HSV(B)6.22º58.19%90.98%-
XYZ41.1229.3914.81-
YUV145.58100.59189.64-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 52.73%
GREEN value IS 111 (43.75% from 255) = 25.23%
BLUE value IS 97 (38.28% from 255) = 22.05%
R=52.73%
G=25.23%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321119700.520.580.096.2274.5964.51
HexE86F610343A964b41
Octal35015714106472116113101
Binary11101000110111111000010110100111010100111010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86F61; }

 p { color: rgb(232,111,97); }

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

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

 a { background-color: rgb(232,111,97); }

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

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

 span { border-color: rgb(232,111,97); }

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