#E96E62

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

Shades of Terra Cotta #E96E62

Tints of Terra Cotta #E96E62

Color information

#E96E62 (or 0xE96E62) is unknown color: approx Terra Cotta. HEX triplet: E9, 6E and 62. RGB value is (233,110,98). Sum of RGB (Red+Green+Blue) = 233+110+98=441 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.83% from 441); Green value is 110 (43.36% from 255 or 24.94% from 441); Blue value is 98 (38.67% from 255 or 22.22% from 441); Max value from RGB is 233 - color contains mainly: red. Hex color #E96E62 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96E62 is #16919D. Grayscale: #919191. Windows color (decimal): -1479070 or 6450921. OLE color: 6450921.

HSL color Cylindrical-coordinate representation of color #E96E62: hue angle of 5.33º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E96E62 is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB23311098-
CMYK00.530.580.09
HSL5.33º75.42%64.9%-
HSV(B)5.33º57.94%91.37%-
XYZ41.3829.3615.04-
YUV145.41101.25190.48-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.83%
GREEN value IS 110 (43.36% from 255) = 24.94%
BLUE value IS 98 (38.67% from 255) = 22.22%
R=52.83%
G=24.94%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331109800.530.580.095.3375.4264.9
HexE96E620353A954b41
Octal35115614206572115113101
Binary11101001110111011000100110101111010100110110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96E62; }

 p { color: rgb(233,110,98); }

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

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

 a { background-color: rgb(233,110,98); }

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

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

 span { border-color: rgb(233,110,98); }

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