#E86B5B

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

Shades of Terra Cotta #E86B5B

Tints of Terra Cotta #E86B5B

Color information

#E86B5B (or 0xE86B5B) is unknown color: approx Terra Cotta. HEX triplet: E8, 6B and 5B. RGB value is (232,107,91). Sum of RGB (Red+Green+Blue) = 232+107+91=430 (56% of max value = 765). Red value is 232 (91.02% from 255 or 53.95% from 430); Green value is 107 (42.19% from 255 or 24.88% from 430); Blue value is 91 (35.94% from 255 or 21.16% from 430); Max value from RGB is 232 - color contains mainly: red. Hex color #E86B5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86B5B is #1794A4. Grayscale: #8E8E8E. Windows color (decimal): -1545381 or 5991400. OLE color: 5991400.

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

Color convert

RGB23210791-
CMYK00.540.610.09
HSL6.81º75.4%63.33%-
HSV(B)6.81º60.78%90.98%-
XYZ40.4228.4313.25-
YUV142.5598.91191.8-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 53.95%
GREEN value IS 107 (42.19% from 255) = 24.88%
BLUE value IS 91 (35.94% from 255) = 21.16%
R=53.95%
G=24.88%
B=21.16%

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
Decimal2321079100.540.610.096.8175.463.33
HexE86B5B0363D974b3f
Octal3501531330667511711377
Binary1110100011010111011011011011011110110011111001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86B5B; }

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

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

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

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

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

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

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

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