#E68062

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

Shades of Terra Cotta #E68062

Tints of Terra Cotta #E68062

Color information

#E68062 (or 0xE68062) is unknown color: approx Terra Cotta. HEX triplet: E6, 80 and 62. RGB value is (230,128,98). Sum of RGB (Red+Green+Blue) = 230+128+98=456 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.44% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 98 (38.67% from 255 or 21.49% from 456); Max value from RGB is 230 - color contains mainly: red. Hex color #E68062 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68062 is #197F9D. Grayscale: #9B9B9B. Windows color (decimal): -1671070 or 6455526. OLE color: 6455526.

HSL color Cylindrical-coordinate representation of color #E68062: hue angle of 13.64º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E68062 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.10.

Color convert

RGB23012898-
CMYK00.440.570.10
HSL13.64º72.53%64.31%-
HSV(B)13.64º57.39%90.2%-
XYZ42.5633.1415.71-
YUV155.0895.79181.44-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 50.44%
GREEN value IS 128 (50.39% from 255) = 28.07%
BLUE value IS 98 (38.67% from 255) = 21.49%
R=50.44%
G=28.07%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.57
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301289800.440.570.1013.6472.5364.31
HexE6806202C39Ae4940
Octal346200142054711216111100
Binary1110011010000000110001001011001110011010111010010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68062; }

 p { color: rgb(230,128,98); }

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

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

 a { background-color: rgb(230,128,98); }

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

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

 span { border-color: rgb(230,128,98); }

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