#E16B5A

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

Shades of Terra Cotta #E16B5A

Tints of Terra Cotta #E16B5A

Color information

#E16B5A (or 0xE16B5A) is unknown color: approx Terra Cotta. HEX triplet: E1, 6B and 5A. RGB value is (225,107,90). Sum of RGB (Red+Green+Blue) = 225+107+90=422 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.32% from 422); Green value is 107 (42.19% from 255 or 25.36% from 422); Blue value is 90 (35.55% from 255 or 21.33% from 422); Max value from RGB is 225 - color contains mainly: red. Hex color #E16B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16B5A is #1E94A5. Grayscale: #8C8C8C. Windows color (decimal): -2004134 or 5925857. OLE color: 5925857.

HSL color Cylindrical-coordinate representation of color #E16B5A: hue angle of 7.56º 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 #E16B5A is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB22510790-
CMYK00.520.600.12
HSL7.56º69.23%61.76%-
HSV(B)7.56º60%88.24%-
XYZ38.1527.2612.92-
YUV140.3499.59188.38-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.32%
GREEN value IS 107 (42.19% from 255) = 25.36%
BLUE value IS 90 (35.55% from 255) = 21.33%
R=53.32%
G=25.36%
B=21.33%

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
Decimal2251079000.520.600.127.5669.2361.76
HexE16B5A0343CC8453e
Octal34115313206474141010576
Binary11100001110101110110100110100111100110010001000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16B5A; }

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

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

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

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

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

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

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

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