#E07458

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

Shades of Terra Cotta #E07458

Tints of Terra Cotta #E07458

Color information

#E07458 (or 0xE07458) is unknown color: approx Terra Cotta. HEX triplet: E0, 74 and 58. RGB value is (224,116,88). Sum of RGB (Red+Green+Blue) = 224+116+88=428 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.34% from 428); Green value is 116 (45.70% from 255 or 27.10% from 428); Blue value is 88 (34.77% from 255 or 20.56% from 428); Max value from RGB is 224 - color contains mainly: red. Hex color #E07458 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07458 is #1F8BA7. Grayscale: #919191. Windows color (decimal): -2067368 or 5797088. OLE color: 5797088.

HSL color Cylindrical-coordinate representation of color #E07458: hue angle of 12.35º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E07458 is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.12.

Color convert

RGB22411688-
CMYK00.480.610.12
HSL12.35º68.69%61.18%-
HSV(B)12.35º60.71%87.84%-
XYZ38.7529.0412.8-
YUV145.195.78184.28-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 52.34%
GREEN value IS 116 (45.70% from 255) = 27.10%
BLUE value IS 88 (34.77% from 255) = 20.56%
R=52.34%
G=27.10%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.61
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241168800.480.610.1212.3568.6961.18
HexE074580303DCc453d
Octal34016413006075141410575
Binary11100000111010010110000110000111101110011001000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07458; }

 p { color: rgb(224,116,88); }

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

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

 a { background-color: rgb(224,116,88); }

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

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

 span { border-color: rgb(224,116,88); }

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