#E06B60

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

Shades of Terra Cotta #E06B60

Tints of Terra Cotta #E06B60

Color information

#E06B60 (or 0xE06B60) is unknown color: approx Terra Cotta. HEX triplet: E0, 6B and 60. RGB value is (224,107,96). Sum of RGB (Red+Green+Blue) = 224+107+96=427 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.46% from 427); Green value is 107 (42.19% from 255 or 25.06% from 427); Blue value is 96 (37.89% from 255 or 22.48% from 427); Max value from RGB is 224 - color contains mainly: red. Hex color #E06B60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06B60 is #1F949F. Grayscale: #8C8C8C. Windows color (decimal): -2069664 or 6319072. OLE color: 6319072.

HSL color Cylindrical-coordinate representation of color #E06B60: hue angle of 5.16º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E06B60 is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB22410796-
CMYK00.520.570.12
HSL5.16º67.37%62.75%-
HSV(B)5.16º57.14%87.84%-
XYZ38.1127.2114.31-
YUV140.73102.76187.39-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 52.46%
GREEN value IS 107 (42.19% from 255) = 25.06%
BLUE value IS 96 (37.89% from 255) = 22.48%
R=52.46%
G=25.06%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241079600.520.570.125.1667.3762.75
HexE06B6003439C5433f
Octal3401531400647114510377
Binary1110000011010111100000011010011100111001011000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06B60; }

 p { color: rgb(224,107,96); }

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

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

 a { background-color: rgb(224,107,96); }

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

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

 span { border-color: rgb(224,107,96); }

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