#E46F68

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

Shades of Terra Cotta #E46F68

Tints of Terra Cotta #E46F68

Color information

#E46F68 (or 0xE46F68) is unknown color: approx Terra Cotta. HEX triplet: E4, 6F and 68. RGB value is (228,111,104). Sum of RGB (Red+Green+Blue) = 228+111+104=443 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.47% from 443); Green value is 111 (43.75% from 255 or 25.06% from 443); Blue value is 104 (41.02% from 255 or 23.48% from 443); Max value from RGB is 228 - color contains mainly: red. Hex color #E46F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46F68 is #1B9097. Grayscale: #919191. Windows color (decimal): -1806488 or 6844388. OLE color: 6844388.

HSL color Cylindrical-coordinate representation of color #E46F68: hue angle of 3.39º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E46F68 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB228111104-
CMYK00.510.540.11
HSL3.39º69.66%65.1%-
HSV(B)3.39º54.39%89.41%-
XYZ40.1828.8616.55-
YUV145.18104.76187.07-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 51.47%
GREEN value IS 111 (43.75% from 255) = 25.06%
BLUE value IS 104 (41.02% from 255) = 23.48%
R=51.47%
G=25.06%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811110400.510.540.113.3969.6665.1
HexE46F6803336B34641
Octal34415715006366133106101
Binary1110010011011111101000011001111011010111110001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46F68; }

 p { color: rgb(228,111,104); }

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

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

 a { background-color: rgb(228,111,104); }

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

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

 span { border-color: rgb(228,111,104); }

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