#E46D55

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

Shades of Terra Cotta #E46D55

Tints of Terra Cotta #E46D55

Color information

#E46D55 (or 0xE46D55) is unknown color: approx Terra Cotta. HEX triplet: E4, 6D and 55. RGB value is (228,109,85). Sum of RGB (Red+Green+Blue) = 228+109+85=422 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.03% from 422); Green value is 109 (42.97% from 255 or 25.83% from 422); Blue value is 85 (33.59% from 255 or 20.14% from 422); Max value from RGB is 228 - color contains mainly: red. Hex color #E46D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46D55 is #1B92AA. Grayscale: #8E8E8E. Windows color (decimal): -1807019 or 5598692. OLE color: 5598692.

HSL color Cylindrical-coordinate representation of color #E46D55: hue angle of 10.07º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E46D55 is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.11.

Color convert

RGB22810985-
CMYK00.520.630.11
HSL10.07º72.59%61.37%-
HSV(B)10.07º62.72%89.41%-
XYZ39.128.0911.95-
YUV141.8495.92189.45-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 54.03%
GREEN value IS 109 (42.97% from 255) = 25.83%
BLUE value IS 85 (33.59% from 255) = 20.14%
R=54.03%
G=25.83%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.63
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281098500.520.630.1110.0772.5961.37
HexE46D550343FBa493d
Octal34415512506477131211175
Binary11100100110110110101010110100111111101110101001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46D55; }

 p { color: rgb(228,109,85); }

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

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

 a { background-color: rgb(228,109,85); }

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

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

 span { border-color: rgb(228,109,85); }

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