#E16B5C

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

Shades of Terra Cotta #E16B5C

Tints of Terra Cotta #E16B5C

Color information

#E16B5C (or 0xE16B5C) is unknown color: approx Terra Cotta. HEX triplet: E1, 6B and 5C. RGB value is (225,107,92). Sum of RGB (Red+Green+Blue) = 225+107+92=424 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.07% from 424); Green value is 107 (42.19% from 255 or 25.24% from 424); Blue value is 92 (36.33% from 255 or 21.70% from 424); Max value from RGB is 225 - color contains mainly: red. Hex color #E16B5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16B5C is #1E94A3. Grayscale: #8C8C8C. Windows color (decimal): -2004132 or 6056929. OLE color: 6056929.

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

Color convert

RGB22510792-
CMYK00.520.590.12
HSL6.77º68.91%62.16%-
HSV(B)6.77º59.11%88.24%-
XYZ38.2427.313.38-
YUV140.57100.59188.22-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.07%
GREEN value IS 107 (42.19% from 255) = 25.24%
BLUE value IS 92 (36.33% from 255) = 21.70%
R=53.07%
G=25.24%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251079200.520.590.126.7768.9162.16
HexE16B5C0343BC7453e
Octal3411531340647314710576
Binary1110000111010111011100011010011101111001111000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16B5C; }

 p { color: rgb(225,107,92); }

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

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

 a { background-color: rgb(225,107,92); }

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

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

 span { border-color: rgb(225,107,92); }

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