#E0785B

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

Shades of Terra Cotta #E0785B

Tints of Terra Cotta #E0785B

Color information

#E0785B (or 0xE0785B) is unknown color: approx Terra Cotta. HEX triplet: E0, 78 and 5B. RGB value is (224,120,91). Sum of RGB (Red+Green+Blue) = 224+120+91=435 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.49% from 435); Green value is 120 (47.27% from 255 or 27.59% from 435); Blue value is 91 (35.94% from 255 or 20.92% from 435); Max value from RGB is 224 - color contains mainly: red. Hex color #E0785B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0785B is #1F87A4. Grayscale: #949494. Windows color (decimal): -2066341 or 5994720. OLE color: 5994720.

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

Color convert

RGB22412091-
CMYK00.460.590.12
HSL13.08º68.21%61.76%-
HSV(B)13.08º59.38%87.84%-
XYZ39.3530.0413.62-
YUV147.7995.96182.36-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 51.49%
GREEN value IS 120 (47.27% from 255) = 27.59%
BLUE value IS 91 (35.94% from 255) = 20.92%
R=51.49%
G=27.59%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241209100.460.590.1213.0868.2161.76
HexE0785B02E3BCd443e
Octal34017013305673141510476
Binary11100000111100010110110101110111011110011011000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0785B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0785B; }

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

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

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

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

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

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

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

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