#E67160

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

Shades of Terra Cotta #E67160

Tints of Terra Cotta #E67160

Color information

#E67160 (or 0xE67160) is unknown color: approx Terra Cotta. HEX triplet: E6, 71 and 60. RGB value is (230,113,96). Sum of RGB (Red+Green+Blue) = 230+113+96=439 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.39% from 439); Green value is 113 (44.53% from 255 or 25.74% from 439); Blue value is 96 (37.89% from 255 or 21.87% from 439); Max value from RGB is 230 - color contains mainly: red. Hex color #E67160 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67160 is #198E9F. Grayscale: #929292. Windows color (decimal): -1674912 or 6320614. OLE color: 6320614.

HSL color Cylindrical-coordinate representation of color #E67160: hue angle of 7.61º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E67160 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB23011396-
CMYK00.510.580.10
HSL7.61º72.83%63.92%-
HSV(B)7.61º58.26%90.2%-
XYZ40.6529.4814.61-
YUV146.0499.76187.88-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 52.39%
GREEN value IS 113 (44.53% from 255) = 25.74%
BLUE value IS 96 (37.89% from 255) = 21.87%
R=52.39%
G=25.74%
B=21.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301139600.510.580.107.6172.8363.92
HexE671600333AA84940
Octal346161140063721210111100
Binary111001101110001110000001100111110101010100010010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67160; }

 p { color: rgb(230,113,96); }

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

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

 a { background-color: rgb(230,113,96); }

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

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

 span { border-color: rgb(230,113,96); }

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