#E8800B

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

Shades of Tangerine #E8800B

Tints of Tangerine #E8800B

Color information

#E8800B (or 0xE8800B) is unknown color: approx Tangerine. HEX triplet: E8, 80 and 0B. RGB value is (232,128,11). Sum of RGB (Red+Green+Blue) = 232+128+11=371 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.53% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 11 (4.69% from 255 or 2.96% from 371); Max value from RGB is 232 - color contains mainly: red. Hex color #E8800B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8800B is #177FF4. Grayscale: #929292. Windows color (decimal): -1540085 or 753896. OLE color: 753896.

HSL color Cylindrical-coordinate representation of color #E8800B: hue angle of 31.76º degrees, saturation: 0.91, 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 #E8800B is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB23212811-
CMYK00.450.950.09
HSL31.76º90.95%47.65%-
HSV(B)31.76º95.26%90.98%-
XYZ41.0632.624.45-
YUV145.7651.96189.51-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 62.53%
GREEN value IS 128 (50.39% from 255) = 34.50%
BLUE value IS 11 (4.69% from 255) = 2.96%
R=62.53%
G=34.50%
B=2.96%

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
Decimal2321281100.450.950.0931.7690.9547.65
HexE880B02D5F9205b30
Octal35020013055137114013360
Binary111010001000000010110101101101111110011000001011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8800B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8800B; }

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

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

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

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

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

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

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

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