#E06E5E

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

Shades of Terra Cotta #E06E5E

Tints of Terra Cotta #E06E5E

Color information

#E06E5E (or 0xE06E5E) is unknown color: approx Terra Cotta. HEX triplet: E0, 6E and 5E. RGB value is (224,110,94). Sum of RGB (Red+Green+Blue) = 224+110+94=428 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.34% from 428); Green value is 110 (43.36% from 255 or 25.70% from 428); Blue value is 94 (37.11% from 255 or 21.96% from 428); Max value from RGB is 224 - color contains mainly: red. Hex color #E06E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06E5E is #1F91A1. Grayscale: #8E8E8E. Windows color (decimal): -2068898 or 6188768. OLE color: 6188768.

HSL color Cylindrical-coordinate representation of color #E06E5E: hue angle of 7.38º 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 #E06E5E is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB22411094-
CMYK00.510.580.12
HSL7.38º67.71%62.35%-
HSV(B)7.38º58.04%87.84%-
XYZ38.3427.8113.94-
YUV142.26100.77186.3-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 52.34%
GREEN value IS 110 (43.36% from 255) = 25.70%
BLUE value IS 94 (37.11% from 255) = 21.96%
R=52.34%
G=25.70%
B=21.96%

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
Decimal2241109400.510.580.127.3867.7162.35
HexE06E5E0333AC7443e
Octal3401561360637214710476
Binary1110000011011101011110011001111101011001111000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06E5E; }

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

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

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

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

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

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

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

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