#E68112

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

Shades of Tangerine #E68112

Tints of Tangerine #E68112

Color information

#E68112 (or 0xE68112) is unknown color: approx Tangerine. HEX triplet: E6, 81 and 12. RGB value is (230,129,18). Sum of RGB (Red+Green+Blue) = 230+129+18=377 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.01% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 18 (7.42% from 255 or 4.77% from 377); Max value from RGB is 230 - color contains mainly: red. Hex color #E68112 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E68112 is #197EED. Grayscale: #939393. Windows color (decimal): -1670894 or 1212902. OLE color: 1212902.

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

Color convert

RGB23012918-
CMYK00.440.920.10
HSL31.42º85.48%48.63%-
HSV(B)31.42º92.17%90.2%-
XYZ40.5932.574.72-
YUV146.5455.46187.53-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 61.01%
GREEN value IS 129 (50.78% from 255) = 34.22%
BLUE value IS 18 (7.42% from 255) = 4.77%
R=61.01%
G=34.22%
B=4.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.92
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301291800.440.920.1031.4285.4848.63
HexE6811202C5CA1f5531
Octal34620122054134123712561
Binary111001101000000110010010110010111001010111111010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68112; }

 p { color: rgb(230,129,18); }

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

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

 a { background-color: rgb(230,129,18); }

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

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

 span { border-color: rgb(230,129,18); }

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