#e06f68

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

Shades of Terra Cotta #E06F68

Tints of Terra Cotta #E06F68

Color information

#E06F68 (or 0xE06F68) is unknown color: approx Terra Cotta. HEX triplet: E0, 6F and 68. RGB value is (224,111,104). Sum of RGB (Red+Green+Blue) = 224+111+104=439 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.03% from 439); Green value is 111 (43.75% from 255 or 25.28% from 439); Blue value is 104 (41.02% from 255 or 23.69% from 439); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06F68 is #1F9097. Grayscale: #909090. Windows color (decimal): -2068632 or 6844384. OLE color: 6844384.

HSL color Cylindrical-coordinate representation of color #E06F68: hue angle of 3.5º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E06F68 is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB224111104-
CMYK00.500.540.12
HSL3.5º65.93%64.31%-
HSV(B)3.5º53.57%87.84%-
XYZ38.9228.2216.49-
YUV143.99105.44185.07-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 51.03%
GREEN value IS 111 (43.75% from 255) = 25.28%
BLUE value IS 104 (41.02% from 255) = 23.69%
R=51.03%
G=25.28%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411110400.500.540.123.565.9364.31
HexE06F6803236C44240
Octal34015715006266144102100
Binary11100000110111111010000110010110110110010010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e06f68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e06f68; }

 p { color: rgb(224,111,104); }

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

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

 a { background-color: rgb(224,111,104); }

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

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

 span { border-color: rgb(224,111,104); }

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