#e07d58

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

Shades of Terra Cotta #E07D58

Tints of Terra Cotta #E07D58

Color information

#E07D58 (or 0xE07D58) is unknown color: approx Terra Cotta. HEX triplet: E0, 7D and 58. RGB value is (224,125,88). Sum of RGB (Red+Green+Blue) = 224+125+88=437 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.26% from 437); Green value is 125 (49.22% from 255 or 28.60% from 437); Blue value is 88 (34.77% from 255 or 20.14% from 437); Max value from RGB is 224 - color contains mainly: red. Hex color #E07D58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07D58 is #1F82A7. Grayscale: #969696. Windows color (decimal): -2065064 or 5799392. OLE color: 5799392.

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

Color convert

RGB22412588-
CMYK00.440.610.12
HSL16.32º68.69%61.18%-
HSV(B)16.32º60.71%87.84%-
XYZ39.8431.2213.16-
YUV150.3892.8180.51-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 51.26%
GREEN value IS 125 (49.22% from 255) = 28.60%
BLUE value IS 88 (34.77% from 255) = 20.14%
R=51.26%
G=28.60%
B=20.14%

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
Decimal2241258800.440.610.1216.3268.6961.18
HexE07D5802C3DC10453d
Octal34017513005475142010575
Binary111000001111101101100001011001111011100100001000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e07d58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e07d58; }

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

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

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

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

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

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

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

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