#EB8000

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

Shades of Tangerine #EB8000

Tints of Tangerine #EB8000

Color information

#EB8000 (or 0xEB8000) is unknown color: approx Tangerine. HEX triplet: EB, 80 and 00. RGB value is (235,128,0). Sum of RGB (Red+Green+Blue) = 235+128+0=363 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.74% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 0 (0.39% from 255 or 0% from 363); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8000 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB8000 is #147FFF. Grayscale: #929292. Windows color (decimal): -1343488 or 33003. OLE color: 33003.

HSL color Cylindrical-coordinate representation of color #EB8000: hue angle of 32.68º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB8000 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.08.

Color convert

RGB2351280-
CMYK00.4610.08
HSL32.68º100%46.08%-
HSV(B)32.68º100%92.16%-
XYZ41.9833.14.18-
YUV145.445.95191.91-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 64.74%
GREEN value IS 128 (50.39% from 255) = 35.26%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.74%
G=35.26%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 1
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235128000.4610.0832.6810046.08
HexEB80002E64821642e
Octal3532000056144104114456
Binary111010111000000000101110110010010001000011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8000; }

 p { color: rgb(235,128,0); }

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

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

 a { background-color: rgb(235,128,0); }

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

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

 span { border-color: rgb(235,128,0); }

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