Html Css Color HEX #EB8001 Tangerine

📋 copy color: '#EB8001'

red 235 ◦ green 128 ◦ blue 1

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

Shades of Tangerine #EB8001

Tints of Tangerine #EB8001

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.16%

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 64.56%
G = 35.16%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EB8001 (or 0xEB8001) is known color: Tangerine. HEX triplet: EB, 80 and 01. RGB value is (235,128,1). Sum of RGB (Red+Green+Blue) = 235+128+1=364 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.56% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 1 (0.78% from 255 or 0.27% from 364); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8001 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB8001 is #147FFE. Grayscale: #929292. Windows color (decimal): -1343487 or 98539. OLE color: 98539.

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

Color convert

RGB 235 128 1 -
CMYK 0 0.46 1.00 0.08
HSL 32.56º 0.99% 0.46% -
HSV(B) 32.56º 1% 0.92% -
XYZ 41.99 33.1 4.21 -
YUV 145.52 46.45 191.83 -
System Red Green Blue C M Y K H S L
Decimal 235 128 1 0 0.46 1.00 0.08 32.56 0.99 0.46
Hex EB 80 1 0 2E 64 8 21 63 2E
Octal 353 200 1 0 56 144 10 41 143 56
Binary 11101011 10000000 1 0 101110 1100100 1000 100001 1100011 101110

Color Harmonies of #EB8001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8001

Black with #EB8001

Text Example


Text Example

White with #EB8001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8001; }

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

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

background-color css

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

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

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

border-color css

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

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

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