#E37264

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

Shades of Terra Cotta #E37264

Tints of Terra Cotta #E37264

Color information

#E37264 (or 0xE37264) is unknown color: approx Terra Cotta. HEX triplet: E3, 72 and 64. RGB value is (227,114,100). Sum of RGB (Red+Green+Blue) = 227+114+100=441 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.47% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 100 (39.45% from 255 or 22.68% from 441); Max value from RGB is 227 - color contains mainly: red. Hex color #E37264 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E37264 is #1C8D9B. Grayscale: #929292. Windows color (decimal): -1871260 or 6583011. OLE color: 6583011.

HSL color Cylindrical-coordinate representation of color #E37264: hue angle of 6.61º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E37264 is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB227114100-
CMYK00.500.560.11
HSL6.61º69.4%64.12%-
HSV(B)6.61º55.95%89.02%-
XYZ4029.2915.6-
YUV146.19101.94185.64-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 51.47%
GREEN value IS 114 (44.92% from 255) = 25.85%
BLUE value IS 100 (39.45% from 255) = 22.68%
R=51.47%
G=25.85%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22711410000.500.560.116.6169.464.12
HexE3726403238B74540
Octal34316214406270137105100
Binary11100011111001011001000110010111000101111110001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E37264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E37264; }

 p { color: rgb(227,114,100); }

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

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

 a { background-color: rgb(227,114,100); }

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

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

 span { border-color: rgb(227,114,100); }

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