#E16B5F

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

Shades of Terra Cotta #E16B5F

Tints of Terra Cotta #E16B5F

Color information

#E16B5F (or 0xE16B5F) is unknown color: approx Terra Cotta. HEX triplet: E1, 6B and 5F. RGB value is (225,107,95). Sum of RGB (Red+Green+Blue) = 225+107+95=427 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.69% from 427); Green value is 107 (42.19% from 255 or 25.06% from 427); Blue value is 95 (37.5% from 255 or 22.25% from 427); Max value from RGB is 225 - color contains mainly: red. Hex color #E16B5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16B5F is #1E94A0. Grayscale: #8D8D8D. Windows color (decimal): -2004129 or 6253537. OLE color: 6253537.

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

Color convert

RGB22510795-
CMYK00.520.580.12
HSL5.54º68.42%62.75%-
HSV(B)5.54º57.78%88.24%-
XYZ38.3727.3514.08-
YUV140.91102.09187.98-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.69%
GREEN value IS 107 (42.19% from 255) = 25.06%
BLUE value IS 95 (37.5% from 255) = 22.25%
R=52.69%
G=25.06%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251079500.520.580.125.5468.4262.75
HexE16B5F0343AC6443f
Octal3411531370647214610477
Binary1110000111010111011111011010011101011001101000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16B5F; }

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

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

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

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

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

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

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

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