Html Css Color HEX #EB8500 Tangerine

📋 copy color: '#EB8500'

red 235 ◦ green 133 ◦ blue 0

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

Shades of Tangerine #EB8500

Tints of Tangerine #EB8500

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.14%

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

R = 63.86%
G = 36.14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EB8500 (or 0xEB8500) is known color: Tangerine. HEX triplet: EB, 85 and 00. RGB value is (235,133,0). Sum of RGB (Red+Green+Blue) = 235+133+0=368 (48% of max value = 765). Red value is 235 (92.19% from 255 or 63.86% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 0 (0.39% from 255 or 0% from 368); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8500 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB8500 is #147AFF. Grayscale: #949494. Windows color (decimal): -1342208 or 34283. OLE color: 34283.

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

Color convert

RGB 235 133 0 -
CMYK 0 0.43 1 0.08
HSL 33.96º 1% 0.46% -
HSV(B) 33.96º 1% 0.92% -
XYZ 42.65 34.44 4.4 -
YUV 148.34 44.29 189.81 -
System Red Green Blue C M Y K H S L
Decimal 235 133 0 0 0.43 1 0.08 33.96 1 0.46
Hex EB 85 0 0 2B 64 8 22 64 2E
Octal 353 205 0 0 53 144 10 42 144 56
Binary 11101011 10000101 0 0 101011 1100100 1000 100010 1100100 101110

Color Harmonies of #EB8500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8500

Black with #EB8500

Text Example


Text Example

White with #EB8500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8500; }

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

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

background-color css

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

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

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

border-color css

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

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

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