Html Css Color HEX #EB8400 Tangerine

📋 copy color: '#EB8400'

red 235 ◦ green 132 ◦ blue 0

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

Shades of Tangerine #EB8400

Tints of Tangerine #EB8400

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.97%

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

R = 64.03%
G = 35.97%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EB8400 (or 0xEB8400) is known color: Tangerine. HEX triplet: EB, 84 and 00. RGB value is (235,132,0). Sum of RGB (Red+Green+Blue) = 235+132+0=367 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.03% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 0 (0.39% from 255 or 0% from 367); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8400 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB8400 is #147BFF. Grayscale: #949494. Windows color (decimal): -1342464 or 34027. OLE color: 34027.

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

Color convert

RGB 235 132 0 -
CMYK 0 0.44 1 0.08
HSL 33.7º 1% 0.46% -
HSV(B) 33.7º 1% 0.92% -
XYZ 42.51 34.16 4.35 -
YUV 147.75 44.62 190.23 -
System Red Green Blue C M Y K H S L
Decimal 235 132 0 0 0.44 1 0.08 33.7 1 0.46
Hex EB 84 0 0 2C 64 8 22 64 2E
Octal 353 204 0 0 54 144 10 42 144 56
Binary 11101011 10000100 0 0 101100 1100100 1000 100010 1100100 101110

Color Harmonies of #EB8400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8400

Black with #EB8400

Text Example


Text Example

White with #EB8400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8400; }

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

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

background-color css

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

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

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

border-color css

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

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

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