#E06F64

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

Shades of Terra Cotta #E06F64

Tints of Terra Cotta #E06F64

Color information

#E06F64 (or 0xE06F64) is unknown color: approx Terra Cotta. HEX triplet: E0, 6F and 64. RGB value is (224,111,100). Sum of RGB (Red+Green+Blue) = 224+111+100=435 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.49% from 435); Green value is 111 (43.75% from 255 or 25.52% from 435); Blue value is 100 (39.45% from 255 or 22.99% from 435); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06F64 is #1F909B. Grayscale: #8F8F8F. Windows color (decimal): -2068636 or 6582240. OLE color: 6582240.

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

Color convert

RGB224111100-
CMYK00.500.550.12
HSL5.32º66.67%63.53%-
HSV(B)5.32º55.36%87.84%-
XYZ38.7328.1415.45-
YUV143.53103.44185.39-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 51.49%
GREEN value IS 111 (43.75% from 255) = 25.52%
BLUE value IS 100 (39.45% from 255) = 22.99%
R=51.49%
G=25.52%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411110000.500.550.125.3266.6763.53
HexE06F6403237C54340
Octal34015714406267145103100
Binary11100000110111111001000110010110111110010110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06F64; }

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

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

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

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

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

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

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

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