#E07E58

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

Shades of Terra Cotta #E07E58

Tints of Terra Cotta #E07E58

Color information

#E07E58 (or 0xE07E58) is unknown color: approx Terra Cotta. HEX triplet: E0, 7E and 58. RGB value is (224,126,88). Sum of RGB (Red+Green+Blue) = 224+126+88=438 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.14% from 438); Green value is 126 (49.61% from 255 or 28.77% from 438); Blue value is 88 (34.77% from 255 or 20.09% from 438); Max value from RGB is 224 - color contains mainly: red. Hex color #E07E58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07E58 is #1F81A7. Grayscale: #979797. Windows color (decimal): -2064808 or 5799648. OLE color: 5799648.

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

Color convert

RGB22412688-
CMYK00.440.610.12
HSL16.76º68.69%61.18%-
HSV(B)16.76º60.71%87.84%-
XYZ39.9631.4713.2-
YUV150.9792.47180.09-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 51.14%
GREEN value IS 126 (49.61% from 255) = 28.77%
BLUE value IS 88 (34.77% from 255) = 20.09%
R=51.14%
G=28.77%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.61
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241268800.440.610.1216.7668.6961.18
HexE07E5802C3DC11453d
Octal34017613005475142110575
Binary111000001111110101100001011001111011100100011000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07E58; }

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

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

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

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

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

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

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

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