Html Css Color HEX #EB8000 Tangerine

📋 copy color: '#EB8000'

red 235 ◦ green 128 ◦ blue 0

#EB8000
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tangerine #EB8000

Tints of Tangerine #EB8000

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 value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EB8000 (or 0xEB8000) is known color: 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

RGB 235 128 0 -
CMYK 0 0.46 1 0.08
HSL 32.68º 1% 0.46% -
HSV(B) 32.68º 1% 0.92% -
XYZ 41.98 33.1 4.18 -
YUV 145.4 45.95 191.91 -
System Red Green Blue C M Y K H S L
Decimal 235 128 0 0 0.46 1 0.08 32.68 1 0.46
Hex EB 80 0 0 2E 64 8 21 64 2E
Octal 353 200 0 0 56 144 10 41 144 56
Binary 11101011 10000000 0 0 101110 1100100 1000 100001 1100100 101110

Color Harmonies of #EB8000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8000

Black with #EB8000

Text Example


Text Example

White with #EB8000

Text Example


Text Example

HTML Codes & Css Web 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>