#E07A67

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

Shades of Terra Cotta #E07A67

Tints of Terra Cotta #E07A67

Color information

#E07A67 (or 0xE07A67) is unknown color: approx Terra Cotta. HEX triplet: E0, 7A and 67. RGB value is (224,122,103). Sum of RGB (Red+Green+Blue) = 224+122+103=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 122 (48.05% from 255 or 27.17% from 449); Blue value is 103 (40.62% from 255 or 22.94% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E07A67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07A67 is #1F8598. Grayscale: #969696. Windows color (decimal): -2065817 or 6781664. OLE color: 6781664.

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

Color convert

RGB224122103-
CMYK00.460.540.12
HSL9.42º66.12%64.12%-
HSV(B)9.42º54.02%87.84%-
XYZ40.1530.7516.65-
YUV150.33101.29180.54-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 49.89%
GREEN value IS 122 (48.05% from 255) = 27.17%
BLUE value IS 103 (40.62% from 255) = 22.94%
R=49.89%
G=27.17%
B=22.94%

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
Decimal22412210300.460.540.129.4266.1264.12
HexE07A6702E36C94240
Octal340172147056661411102100
Binary111000001111010110011101011101101101100100110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07A67; }

 p { color: rgb(224,122,103); }

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

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

 a { background-color: rgb(224,122,103); }

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

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

 span { border-color: rgb(224,122,103); }

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