#E86A5B

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

Shades of Terra Cotta #E86A5B

Tints of Terra Cotta #E86A5B

Color information

#E86A5B (or 0xE86A5B) is unknown color: approx Terra Cotta. HEX triplet: E8, 6A and 5B. RGB value is (232,106,91). Sum of RGB (Red+Green+Blue) = 232+106+91=429 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.08% from 429); Green value is 106 (41.80% from 255 or 24.71% from 429); Blue value is 91 (35.94% from 255 or 21.21% from 429); Max value from RGB is 232 - color contains mainly: red. Hex color #E86A5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86A5B is #1795A4. Grayscale: #8E8E8E. Windows color (decimal): -1545637 or 5991144. OLE color: 5991144.

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

Color convert

RGB23210691-
CMYK00.540.610.09
HSL6.38º75.4%63.33%-
HSV(B)6.38º60.78%90.98%-
XYZ40.3228.2213.22-
YUV141.9699.24192.22-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 54.08%
GREEN value IS 106 (41.80% from 255) = 24.71%
BLUE value IS 91 (35.94% from 255) = 21.21%
R=54.08%
G=24.71%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321069100.540.610.096.3875.463.33
HexE86A5B0363D964b3f
Octal3501521330667511611377
Binary1110100011010101011011011011011110110011101001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86A5B; }

 p { color: rgb(232,106,91); }

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

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

 a { background-color: rgb(232,106,91); }

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

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

 span { border-color: rgb(232,106,91); }

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