#E68061

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

Shades of Terra Cotta #E68061

Tints of Terra Cotta #E68061

Color information

#E68061 (or 0xE68061) is unknown color: approx Terra Cotta. HEX triplet: E6, 80 and 61. RGB value is (230,128,97). Sum of RGB (Red+Green+Blue) = 230+128+97=455 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.55% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 97 (38.28% from 255 or 21.32% from 455); Max value from RGB is 230 - color contains mainly: red. Hex color #E68061 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68061 is #197F9E. Grayscale: #9B9B9B. Windows color (decimal): -1671071 or 6389990. OLE color: 6389990.

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

Color convert

RGB23012897-
CMYK00.440.580.10
HSL13.98º72.68%64.12%-
HSV(B)13.98º57.83%90.2%-
XYZ42.5133.1215.46-
YUV154.9695.29181.52-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 50.55%
GREEN value IS 128 (50.39% from 255) = 28.13%
BLUE value IS 97 (38.28% from 255) = 21.32%
R=50.55%
G=28.13%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.58
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301289700.440.580.1013.9872.6864.12
HexE6806102C3AAe4940
Octal346200141054721216111100
Binary1110011010000000110000101011001110101010111010010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68061; }

 p { color: rgb(230,128,97); }

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

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

 a { background-color: rgb(230,128,97); }

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

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

 span { border-color: rgb(230,128,97); }

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