#E16C5B

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

Shades of Terra Cotta #E16C5B

Tints of Terra Cotta #E16C5B

Color information

#E16C5B (or 0xE16C5B) is unknown color: approx Terra Cotta. HEX triplet: E1, 6C and 5B. RGB value is (225,108,91). Sum of RGB (Red+Green+Blue) = 225+108+91=424 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.07% from 424); Green value is 108 (42.58% from 255 or 25.47% from 424); Blue value is 91 (35.94% from 255 or 21.46% from 424); Max value from RGB is 225 - color contains mainly: red. Hex color #E16C5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16C5B is #1E93A4. Grayscale: #8D8D8D. Windows color (decimal): -2003877 or 5991649. OLE color: 5991649.

HSL color Cylindrical-coordinate representation of color #E16C5B: hue angle of 7.61º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E16C5B is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB22510891-
CMYK00.520.600.12
HSL7.61º69.07%61.96%-
HSV(B)7.61º59.56%88.24%-
XYZ38.327.4913.18-
YUV141.0499.76187.88-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.07%
GREEN value IS 108 (42.58% from 255) = 25.47%
BLUE value IS 91 (35.94% from 255) = 21.46%
R=53.07%
G=25.47%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.60
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251089100.520.600.127.6169.0761.96
HexE16C5B0343CC8453e
Octal34115413306474141010576
Binary11100001110110010110110110100111100110010001000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16C5B; }

 p { color: rgb(225,108,91); }

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

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

 a { background-color: rgb(225,108,91); }

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

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

 span { border-color: rgb(225,108,91); }

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