#E8775F

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

Shades of Terra Cotta #E8775F

Tints of Terra Cotta #E8775F

Color information

#E8775F (or 0xE8775F) is unknown color: approx Terra Cotta. HEX triplet: E8, 77 and 5F. RGB value is (232,119,95). Sum of RGB (Red+Green+Blue) = 232+119+95=446 (59% of max value = 765). Red value is 232 (91.02% from 255 or 52.02% from 446); Green value is 119 (46.88% from 255 or 26.68% from 446); Blue value is 95 (37.5% from 255 or 21.30% from 446); Max value from RGB is 232 - color contains mainly: red. Hex color #E8775F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8775F is #1788A0. Grayscale: #969696. Windows color (decimal): -1542305 or 6256616. OLE color: 6256616.

HSL color Cylindrical-coordinate representation of color #E8775F: hue angle of 10.51º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E8775F is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB23211995-
CMYK00.490.590.09
HSL10.51º74.86%64.12%-
HSV(B)10.51º59.05%90.98%-
XYZ41.9431.1814.63-
YUV150.0596.94186.45-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 52.02%
GREEN value IS 119 (46.88% from 255) = 26.68%
BLUE value IS 95 (37.5% from 255) = 21.30%
R=52.02%
G=26.68%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321199500.490.590.0910.5174.8664.12
HexE8775F0313B9b4b40
Octal350167137061731113113100
Binary111010001110111101111101100011110111001101110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8775F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8775F; }

 p { color: rgb(232,119,95); }

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

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

 a { background-color: rgb(232,119,95); }

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

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

 span { border-color: rgb(232,119,95); }

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