#E46A56

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

Shades of Terra Cotta #E46A56

Tints of Terra Cotta #E46A56

Color information

#E46A56 (or 0xE46A56) is unknown color: approx Terra Cotta. HEX triplet: E4, 6A and 56. RGB value is (228,106,86). Sum of RGB (Red+Green+Blue) = 228+106+86=420 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.29% from 420); Green value is 106 (41.80% from 255 or 25.24% from 420); Blue value is 86 (33.98% from 255 or 20.48% from 420); Max value from RGB is 228 - color contains mainly: red. Hex color #E46A56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46A56 is #1B95A9. Grayscale: #8C8C8C. Windows color (decimal): -1807786 or 5663460. OLE color: 5663460.

HSL color Cylindrical-coordinate representation of color #E46A56: hue angle of 8.45º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E46A56 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.11.

Color convert

RGB22810686-
CMYK00.540.620.11
HSL8.45º72.45%61.57%-
HSV(B)8.45º62.28%89.41%-
XYZ38.8327.4712.06-
YUV140.297.42190.63-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 54.29%
GREEN value IS 106 (41.80% from 255) = 25.24%
BLUE value IS 86 (33.98% from 255) = 20.48%
R=54.29%
G=25.24%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.62
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281068600.540.620.118.4572.4561.57
HexE46A560363EB8483e
Octal34415212606676131011076
Binary11100100110101010101100110110111110101110001001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46A56; }

 p { color: rgb(228,106,86); }

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

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

 a { background-color: rgb(228,106,86); }

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

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

 span { border-color: rgb(228,106,86); }

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