#E07268

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

Shades of Terra Cotta #E07268

Tints of Terra Cotta #E07268

Color information

#E07268 (or 0xE07268) is unknown color: approx Terra Cotta. HEX triplet: E0, 72 and 68. RGB value is (224,114,104). Sum of RGB (Red+Green+Blue) = 224+114+104=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 114 (44.92% from 255 or 25.79% from 442); Blue value is 104 (41.02% from 255 or 23.53% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E07268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07268 is #1F8D97. Grayscale: #919191. Windows color (decimal): -2067864 or 6845152. OLE color: 6845152.

HSL color Cylindrical-coordinate representation of color #E07268: hue angle of 5º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E07268 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB224114104-
CMYK00.490.540.12
HSL65.93%64.31%-
HSV(B)53.57%87.84%-
XYZ39.2628.8816.6-
YUV145.75104.44183.81-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50.68%
GREEN value IS 114 (44.92% from 255) = 25.79%
BLUE value IS 104 (41.02% from 255) = 23.53%
R=50.68%
G=25.79%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411410400.490.540.12565.9364.31
HexE0726803136C54240
Octal34016215006166145102100
Binary11100000111001011010000110001110110110010110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07268; }

 p { color: rgb(224,114,104); }

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

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

 a { background-color: rgb(224,114,104); }

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

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

 span { border-color: rgb(224,114,104); }

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