#E07968

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

Shades of Terra Cotta #E07968

Tints of Terra Cotta #E07968

Color information

#E07968 (or 0xE07968) is unknown color: approx Terra Cotta. HEX triplet: E0, 79 and 68. RGB value is (224,121,104). Sum of RGB (Red+Green+Blue) = 224+121+104=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 121 (47.66% from 255 or 26.95% from 449); Blue value is 104 (41.02% from 255 or 23.16% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E07968 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07968 is #1F8697. Grayscale: #969696. Windows color (decimal): -2066072 or 6846944. OLE color: 6846944.

HSL color Cylindrical-coordinate representation of color #E07968: hue angle of 8.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 #E07968 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB224121104-
CMYK00.460.540.12
HSL8.5º65.93%64.31%-
HSV(B)8.5º53.57%87.84%-
XYZ40.0830.5216.88-
YUV149.86102.12180.88-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.89%
GREEN value IS 121 (47.66% from 255) = 26.95%
BLUE value IS 104 (41.02% from 255) = 23.16%
R=49.89%
G=26.95%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412110400.460.540.128.565.9364.31
HexE0796802E36C84240
Octal340171150056661410102100
Binary111000001111001110100001011101101101100100010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07968; }

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

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

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

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

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

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

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

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