#E07F5A

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

Shades of Terra Cotta #E07F5A

Tints of Terra Cotta #E07F5A

Color information

#E07F5A (or 0xE07F5A) is unknown color: approx Terra Cotta. HEX triplet: E0, 7F and 5A. RGB value is (224,127,90). Sum of RGB (Red+Green+Blue) = 224+127+90=441 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.79% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 90 (35.55% from 255 or 20.41% from 441); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07F5A is #1F80A5. Grayscale: #989898. Windows color (decimal): -2064550 or 5930976. OLE color: 5930976.

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

Color convert

RGB22412790-
CMYK00.430.600.12
HSL16.57º68.37%61.57%-
HSV(B)16.57º59.82%87.84%-
XYZ40.1831.7613.69-
YUV151.7893.14179.51-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50.79%
GREEN value IS 127 (50% from 255) = 28.80%
BLUE value IS 90 (35.55% from 255) = 20.41%
R=50.79%
G=28.80%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.60
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241279000.430.600.1216.5768.3761.57
HexE07F5A02B3CC11443e
Octal34017713205374142110476
Binary111000001111111101101001010111111001100100011000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07F5A; }

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

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

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

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

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

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

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

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