#E46B56

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

Shades of Terra Cotta #E46B56

Tints of Terra Cotta #E46B56

Color information

#E46B56 (or 0xE46B56) is unknown color: approx Terra Cotta. HEX triplet: E4, 6B and 56. RGB value is (228,107,86). Sum of RGB (Red+Green+Blue) = 228+107+86=421 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.16% from 421); Green value is 107 (42.19% from 255 or 25.42% from 421); Blue value is 86 (33.98% from 255 or 20.43% from 421); Max value from RGB is 228 - color contains mainly: red. Hex color #E46B56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46B56 is #1B94A9. Grayscale: #8C8C8C. Windows color (decimal): -1807530 or 5663716. OLE color: 5663716.

HSL color Cylindrical-coordinate representation of color #E46B56: hue angle of 8.87º 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 #E46B56 is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.11.

Color convert

RGB22810786-
CMYK00.530.620.11
HSL8.87º72.45%61.57%-
HSV(B)8.87º62.28%89.41%-
XYZ38.9327.6812.1-
YUV140.7897.09190.21-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 54.16%
GREEN value IS 107 (42.19% from 255) = 25.42%
BLUE value IS 86 (33.98% from 255) = 20.43%
R=54.16%
G=25.42%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.62
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281078600.530.620.118.8772.4561.57
HexE46B560353EB9483e
Octal34415312606576131111076
Binary11100100110101110101100110101111110101110011001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46B56; }

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

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

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

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

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

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

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

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