#E8800C

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

Shades of Tangerine #E8800C

Tints of Tangerine #E8800C

Color information

#E8800C (or 0xE8800C) is unknown color: approx Tangerine. HEX triplet: E8, 80 and 0C. RGB value is (232,128,12). Sum of RGB (Red+Green+Blue) = 232+128+12=372 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.37% from 372); Green value is 128 (50.39% from 255 or 34.41% from 372); Blue value is 12 (5.08% from 255 or 3.23% from 372); Max value from RGB is 232 - color contains mainly: red. Hex color #E8800C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8800C is #177FF3. Grayscale: #929292. Windows color (decimal): -1540084 or 819432. OLE color: 819432.

HSL color Cylindrical-coordinate representation of color #E8800C: hue angle of 31.64º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E8800C is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB23212812-
CMYK00.450.950.09
HSL31.64º90.16%47.84%-
HSV(B)31.64º94.83%90.98%-
XYZ41.0632.624.48-
YUV145.8752.46189.43-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 62.37%
GREEN value IS 128 (50.39% from 255) = 34.41%
BLUE value IS 12 (5.08% from 255) = 3.23%
R=62.37%
G=34.41%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.95
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321281200.450.950.0931.6490.1647.84
HexE880C02D5F9205a30
Octal35020014055137114013260
Binary111010001000000011000101101101111110011000001011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8800C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8800C; }

 p { color: rgb(232,128,12); }

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

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

 a { background-color: rgb(232,128,12); }

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

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

 span { border-color: rgb(232,128,12); }

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