Html Css Color HEX #EB8200 Tangerine

📋 copy color: '#EB8200'

red 235 ◦ green 130 ◦ blue 0

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

Shades of Tangerine #EB8200

Tints of Tangerine #EB8200

RGB

 RED value IS 235 (92.19% from 255) = 64.38%

 GREEN value IS 130 (51.17% from 255) = 35.62%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.38%
G = 35.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EB8200 (or 0xEB8200) is known color: Tangerine. HEX triplet: EB, 82 and 00. RGB value is (235,130,0). Sum of RGB (Red+Green+Blue) = 235+130+0=365 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.38% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8200 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB8200 is #147DFF. Grayscale: #939393. Windows color (decimal): -1342976 or 33515. OLE color: 33515.

HSL color Cylindrical-coordinate representation of color #EB8200: hue angle of 33.19º 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 #EB8200 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 130 0 -
CMYK 0 0.45 1 0.08
HSL 33.19º 1% 0.46% -
HSV(B) 33.19º 1% 0.92% -
XYZ 42.24 33.63 4.26 -
YUV 146.58 45.29 191.07 -
System Red Green Blue C M Y K H S L
Decimal 235 130 0 0 0.45 1 0.08 33.19 1 0.46
Hex EB 82 0 0 2D 64 8 21 64 2E
Octal 353 202 0 0 55 144 10 41 144 56
Binary 11101011 10000010 0 0 101101 1100100 1000 100001 1100100 101110

Color Harmonies of #EB8200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8200

Black with #EB8200

Text Example


Text Example

White with #EB8200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8200; }

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

 H1.HeaderClassName
 {
   color: #EB8200;
 }
 .AnyTagClassName
 {
   color: #EB8200;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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