#E07E5A

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

Shades of Terra Cotta #E07E5A

Tints of Terra Cotta #E07E5A

Color information

#E07E5A (or 0xE07E5A) is unknown color: approx Terra Cotta. HEX triplet: E0, 7E and 5A. RGB value is (224,126,90). Sum of RGB (Red+Green+Blue) = 224+126+90=440 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.91% from 440); Green value is 126 (49.61% from 255 or 28.64% from 440); Blue value is 90 (35.55% from 255 or 20.45% from 440); Max value from RGB is 224 - color contains mainly: red. Hex color #E07E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07E5A is #1F81A5. Grayscale: #979797. Windows color (decimal): -2064806 or 5930720. OLE color: 5930720.

HSL color Cylindrical-coordinate representation of color #E07E5A: hue angle of 16.12º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E07E5A is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB22412690-
CMYK00.440.600.12
HSL16.12º68.37%61.57%-
HSV(B)16.12º59.82%87.84%-
XYZ40.0531.5113.64-
YUV151.293.47179.93-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50.91%
GREEN value IS 126 (49.61% from 255) = 28.64%
BLUE value IS 90 (35.55% from 255) = 20.45%
R=50.91%
G=28.64%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.60
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241269000.440.600.1216.1268.3761.57
HexE07E5A02C3CC10443e
Octal34017613205474142010476
Binary111000001111110101101001011001111001100100001000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07E5A; }

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

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

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

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

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

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

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

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