#e46d5e

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

Shades of Terra Cotta #E46D5E

Tints of Terra Cotta #E46D5E

Color information

#E46D5E (or 0xE46D5E) is unknown color: approx Terra Cotta. HEX triplet: E4, 6D and 5E. RGB value is (228,109,94). Sum of RGB (Red+Green+Blue) = 228+109+94=431 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.90% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 94 (37.11% from 255 or 21.81% from 431); Max value from RGB is 228 - color contains mainly: red. Hex color #E46D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46D5E is #1B92A1. Grayscale: #8F8F8F. Windows color (decimal): -1807010 or 6188516. OLE color: 6188516.

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

Color convert

RGB22810994-
CMYK00.520.590.11
HSL6.72º71.28%63.14%-
HSV(B)6.72º58.77%89.41%-
XYZ39.4828.2413.96-
YUV142.87100.42188.72-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 52.90%
GREEN value IS 109 (42.97% from 255) = 25.29%
BLUE value IS 94 (37.11% from 255) = 21.81%
R=52.90%
G=25.29%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.59
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281099400.520.590.116.7271.2863.14
HexE46D5E0343BB7473f
Octal3441551360647313710777
Binary1110010011011011011110011010011101110111111000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e46d5e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e46d5e; }

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

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

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

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

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

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

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

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