#E67A64

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

Shades of Terra Cotta #E67A64

Tints of Terra Cotta #E67A64

Color information

#E67A64 (or 0xE67A64) is unknown color: approx Terra Cotta. HEX triplet: E6, 7A and 64. RGB value is (230,122,100). Sum of RGB (Red+Green+Blue) = 230+122+100=452 (59% of max value = 765). Red value is 230 (90.23% from 255 or 50.88% from 452); Green value is 122 (48.05% from 255 or 26.99% from 452); Blue value is 100 (39.45% from 255 or 22.12% from 452); Max value from RGB is 230 - color contains mainly: red. Hex color #E67A64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67A64 is #19859B. Grayscale: #979797. Windows color (decimal): -1672604 or 6585062. OLE color: 6585062.

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

Color convert

RGB230122100-
CMYK00.470.570.10
HSL10.15º72.22%64.71%-
HSV(B)10.15º56.52%90.2%-
XYZ41.8931.6615.96-
YUV151.7898.78183.79-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 50.88%
GREEN value IS 122 (48.05% from 255) = 26.99%
BLUE value IS 100 (39.45% from 255) = 22.12%
R=50.88%
G=26.99%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.57
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23012210000.470.570.1010.1572.2264.71
HexE67A6402F39Aa4841
Octal346172144057711212110101
Binary111001101111010110010001011111110011010101010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67A64; }

 p { color: rgb(230,122,100); }

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

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

 a { background-color: rgb(230,122,100); }

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

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

 span { border-color: rgb(230,122,100); }

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