#E07758

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

Shades of Terra Cotta #E07758

Tints of Terra Cotta #E07758

Color information

#E07758 (or 0xE07758) is unknown color: approx Terra Cotta. HEX triplet: E0, 77 and 58. RGB value is (224,119,88). Sum of RGB (Red+Green+Blue) = 224+119+88=431 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.97% from 431); Green value is 119 (46.88% from 255 or 27.61% from 431); Blue value is 88 (34.77% from 255 or 20.42% from 431); Max value from RGB is 224 - color contains mainly: red. Hex color #E07758 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07758 is #1F88A7. Grayscale: #939393. Windows color (decimal): -2066600 or 5797856. OLE color: 5797856.

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

Color convert

RGB22411988-
CMYK00.470.610.12
HSL13.68º68.69%61.18%-
HSV(B)13.68º60.71%87.84%-
XYZ39.129.7512.91-
YUV146.8694.79183.02-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 51.97%
GREEN value IS 119 (46.88% from 255) = 27.61%
BLUE value IS 88 (34.77% from 255) = 20.42%
R=51.97%
G=27.61%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.61
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241198800.470.610.1213.6868.6961.18
HexE0775802F3DCe453d
Octal34016713005775141610575
Binary11100000111011110110000101111111101110011101000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07758; }

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

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

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

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

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

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

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

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