#e27e60

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

Shades of Terra Cotta #E27E60

Tints of Terra Cotta #E27E60

Color information

#E27E60 (or 0xE27E60) is unknown color: approx Terra Cotta. HEX triplet: E2, 7E and 60. RGB value is (226,126,96). Sum of RGB (Red+Green+Blue) = 226+126+96=448 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.45% from 448); Green value is 126 (49.61% from 255 or 28.12% from 448); Blue value is 96 (37.89% from 255 or 21.43% from 448); Max value from RGB is 226 - color contains mainly: red. Hex color #E27E60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27E60 is #1D819F. Grayscale: #989898. Windows color (decimal): -1933728 or 6323938. OLE color: 6323938.

HSL color Cylindrical-coordinate representation of color #E27E60: hue angle of 13.85º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E27E60 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB22612696-
CMYK00.440.580.11
HSL13.85º69.15%63.14%-
HSV(B)13.85º57.52%88.63%-
XYZ40.9431.9315.07-
YUV152.4896.13180.44-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 50.45%
GREEN value IS 126 (49.61% from 255) = 28.12%
BLUE value IS 96 (37.89% from 255) = 21.43%
R=50.45%
G=28.12%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261269600.440.580.1113.8569.1563.14
HexE27E6002C3ABe453f
Octal34217614005472131610577
Binary11100010111111011000000101100111010101111101000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e27e60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e27e60; }

 p { color: rgb(226,126,96); }

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

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

 a { background-color: rgb(226,126,96); }

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

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

 span { border-color: rgb(226,126,96); }

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