#E0805B

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

Shades of Terra Cotta #E0805B

Tints of Terra Cotta #E0805B

Color information

#E0805B (or 0xE0805B) is unknown color: approx Terra Cotta. HEX triplet: E0, 80 and 5B. RGB value is (224,128,91). Sum of RGB (Red+Green+Blue) = 224+128+91=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 91 (35.94% from 255 or 20.54% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E0805B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0805B is #1F7FA4. Grayscale: #989898. Windows color (decimal): -2064293 or 5996768. OLE color: 5996768.

HSL color Cylindrical-coordinate representation of color #E0805B: hue angle of 16.69º degrees, saturation: 0.68, 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 #E0805B is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB22412891-
CMYK00.430.590.12
HSL16.69º68.21%61.76%-
HSV(B)16.69º59.38%87.84%-
XYZ40.3532.0413.96-
YUV152.4993.3179.01-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50.56%
GREEN value IS 128 (50.39% from 255) = 28.89%
BLUE value IS 91 (35.94% from 255) = 20.54%
R=50.56%
G=28.89%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241289100.430.590.1216.6968.2161.76
HexE0805B02B3BC11443e
Octal34020013305373142110476
Binary1110000010000000101101101010111110111100100011000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0805B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0805B; }

 p { color: rgb(224,128,91); }

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

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

 a { background-color: rgb(224,128,91); }

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

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

 span { border-color: rgb(224,128,91); }

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