Html Css Color HEX #EB8201 Tangerine

📋 copy color: '#EB8201'

red 235 ◦ green 130 ◦ blue 1

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

Shades of Tangerine #EB8201

Tints of Tangerine #EB8201

RGB

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

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

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

R = 64.21%
G = 35.52%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EB8201 (or 0xEB8201) is known color: Tangerine. HEX triplet: EB, 82 and 01. RGB value is (235,130,1). Sum of RGB (Red+Green+Blue) = 235+130+1=366 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.21% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 1 (0.78% from 255 or 0.27% from 366); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8201 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB8201 is #147DFE. Grayscale: #939393. Windows color (decimal): -1342975 or 99051. OLE color: 99051.

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

Color convert

RGB 235 130 1 -
CMYK 0 0.45 1.00 0.08
HSL 33.08º 0.99% 0.46% -
HSV(B) 33.08º 1% 0.92% -
XYZ 42.25 33.63 4.29 -
YUV 146.69 45.79 190.99 -
System Red Green Blue C M Y K H S L
Decimal 235 130 1 0 0.45 1.00 0.08 33.08 0.99 0.46
Hex EB 82 1 0 2D 64 8 21 63 2E
Octal 353 202 1 0 55 144 10 41 143 56
Binary 11101011 10000010 1 0 101101 1100100 1000 100001 1100011 101110

Color Harmonies of #EB8201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8201

Black with #EB8201

Text Example


Text Example

White with #EB8201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8201; }

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

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

background-color css

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

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

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

border-color css

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

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

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