#E67366

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

Shades of Terra Cotta #E67366

Tints of Terra Cotta #E67366

Color information

#E67366 (or 0xE67366) is unknown color: approx Terra Cotta. HEX triplet: E6, 73 and 66. RGB value is (230,115,102). Sum of RGB (Red+Green+Blue) = 230+115+102=447 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.45% from 447); Green value is 115 (45.31% from 255 or 25.73% from 447); Blue value is 102 (40.23% from 255 or 22.82% from 447); Max value from RGB is 230 - color contains mainly: red. Hex color #E67366 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67366 is #198C99. Grayscale: #949494. Windows color (decimal): -1674394 or 6714342. OLE color: 6714342.

HSL color Cylindrical-coordinate representation of color #E67366: hue angle of 6.09º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E67366 is Cyan = 0, Magento = 0.5, Yellow = 0.56 and Black (K on CMYK) = 0.10.

Color convert

RGB230115102-
CMYK00.50.560.10
HSL6.09º71.91%65.1%-
HSV(B)6.09º55.65%90.2%-
XYZ41.1630.0416.2-
YUV147.9102.1186.56-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 51.45%
GREEN value IS 115 (45.31% from 255) = 25.73%
BLUE value IS 102 (40.23% from 255) = 22.82%
R=51.45%
G=25.73%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.56
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011510200.50.560.106.0971.9165.1
HexE6736603238A64841
Octal34616314606270126110101
Binary11100110111001111001100110010111000101011010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67366; }

 p { color: rgb(230,115,102); }

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

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

 a { background-color: rgb(230,115,102); }

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

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

 span { border-color: rgb(230,115,102); }

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