#E06A5A

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

Shades of Terra Cotta #E06A5A

Tints of Terra Cotta #E06A5A

Color information

#E06A5A (or 0xE06A5A) is unknown color: approx Terra Cotta. HEX triplet: E0, 6A and 5A. RGB value is (224,106,90). Sum of RGB (Red+Green+Blue) = 224+106+90=420 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.33% from 420); Green value is 106 (41.80% from 255 or 25.24% from 420); Blue value is 90 (35.55% from 255 or 21.43% from 420); Max value from RGB is 224 - color contains mainly: red. Hex color #E06A5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06A5A is #1F95A5. Grayscale: #8B8B8B. Windows color (decimal): -2069926 or 5925600. OLE color: 5925600.

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

Color convert

RGB22410690-
CMYK00.530.600.12
HSL7.16º68.37%61.57%-
HSV(B)7.16º59.82%87.84%-
XYZ37.7426.8912.87-
YUV139.46100.09188.3-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 53.33%
GREEN value IS 106 (41.80% from 255) = 25.24%
BLUE value IS 90 (35.55% from 255) = 21.43%
R=53.33%
G=25.24%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.60
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241069000.530.600.127.1668.3761.57
HexE06A5A0353CC7443e
Octal3401521320657414710476
Binary1110000011010101011010011010111110011001111000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06A5A; }

 p { color: rgb(224,106,90); }

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

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

 a { background-color: rgb(224,106,90); }

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

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

 span { border-color: rgb(224,106,90); }

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