#E07862

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

Shades of Terra Cotta #E07862

Tints of Terra Cotta #E07862

Color information

#E07862 (or 0xE07862) is unknown color: approx Terra Cotta. HEX triplet: E0, 78 and 62. RGB value is (224,120,98). Sum of RGB (Red+Green+Blue) = 224+120+98=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 120 (47.27% from 255 or 27.15% from 442); Blue value is 98 (38.67% from 255 or 22.17% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E07862 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07862 is #1F879D. Grayscale: #949494. Windows color (decimal): -2066334 or 6453472. OLE color: 6453472.

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

Color convert

RGB22412098-
CMYK00.460.560.12
HSL10.48º67.02%63.14%-
HSV(B)10.48º56.25%87.84%-
XYZ39.6630.1615.29-
YUV148.5999.46181.79-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50.68%
GREEN value IS 120 (47.27% from 255) = 27.15%
BLUE value IS 98 (38.67% from 255) = 22.17%
R=50.68%
G=27.15%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241209800.460.560.1210.4867.0263.14
HexE0786202E38Ca433f
Octal34017014205670141210377
Binary11100000111100011000100101110111000110010101000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07862; }

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

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

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

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

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

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

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

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