#E67065

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

Shades of Terra Cotta #E67065

Tints of Terra Cotta #E67065

Color information

#E67065 (or 0xE67065) is unknown color: approx Terra Cotta. HEX triplet: E6, 70 and 65. RGB value is (230,112,101). Sum of RGB (Red+Green+Blue) = 230+112+101=443 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.92% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 101 (39.84% from 255 or 22.80% from 443); Max value from RGB is 230 - color contains mainly: red. Hex color #E67065 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67065 is #198F9A. Grayscale: #929292. Windows color (decimal): -1675163 or 6648038. OLE color: 6648038.

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

Color convert

RGB230112101-
CMYK00.510.560.10
HSL5.12º72.07%64.9%-
HSV(B)5.12º56.09%90.2%-
XYZ40.7829.3515.83-
YUV146.03102.59187.89-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 51.92%
GREEN value IS 112 (44.14% from 255) = 25.28%
BLUE value IS 101 (39.84% from 255) = 22.80%
R=51.92%
G=25.28%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011210100.510.560.105.1272.0764.9
HexE6706503338A54841
Octal34616014506370125110101
Binary11100110111000011001010110011111000101010110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67065; }

 p { color: rgb(230,112,101); }

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

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

 a { background-color: rgb(230,112,101); }

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

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

 span { border-color: rgb(230,112,101); }

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