#e06e5d

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

Shades of Terra Cotta #E06E5D

Tints of Terra Cotta #E06E5D

Color information

#E06E5D (or 0xE06E5D) is unknown color: approx Terra Cotta. HEX triplet: E0, 6E and 5D. RGB value is (224,110,93). Sum of RGB (Red+Green+Blue) = 224+110+93=427 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.46% from 427); Green value is 110 (43.36% from 255 or 25.76% from 427); Blue value is 93 (36.72% from 255 or 21.78% from 427); Max value from RGB is 224 - color contains mainly: red. Hex color #E06E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06E5D is #1F91A2. Grayscale: #8E8E8E. Windows color (decimal): -2068899 or 6123232. OLE color: 6123232.

HSL color Cylindrical-coordinate representation of color #E06E5D: hue angle of 7.79º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E06E5D is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB22411093-
CMYK00.510.580.12
HSL7.79º67.88%62.16%-
HSV(B)7.79º58.48%87.84%-
XYZ38.2927.7913.7-
YUV142.15100.27186.38-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 52.46%
GREEN value IS 110 (43.36% from 255) = 25.76%
BLUE value IS 93 (36.72% from 255) = 21.78%
R=52.46%
G=25.76%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241109300.510.580.127.7967.8862.16
HexE06E5D0333AC8443e
Octal34015613506372141010476
Binary11100000110111010111010110011111010110010001000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e06e5d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e06e5d; }

 p { color: rgb(224,110,93); }

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

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

 a { background-color: rgb(224,110,93); }

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

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

 span { border-color: rgb(224,110,93); }

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