Html Css Color HEX #EB8211 Tangerine

📋 copy color: '#EB8211'

red 235 ◦ green 130 ◦ blue 17

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

Shades of Tangerine #EB8211

Tints of Tangerine #EB8211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.45%

R = 61.52%
G = 34.03%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EB8211 (or 0xEB8211) is known color: Tangerine. HEX triplet: EB, 82 and 11. RGB value is (235,130,17). Sum of RGB (Red+Green+Blue) = 235+130+17=382 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.52% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 17 (7.03% from 255 or 4.45% from 382); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8211 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB8211 is #147DEE. Grayscale: #959595. Windows color (decimal): -1342959 or 1147627. OLE color: 1147627.

HSL color Cylindrical-coordinate representation of color #EB8211: hue angle of 31.1º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EB8211 is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 130 17 -
CMYK 0 0.45 0.93 0.08
HSL 31.1º 0.87% 0.49% -
HSV(B) 31.1º 0.93% 0.92% -
XYZ 42.34 33.67 4.8 -
YUV 148.51 53.79 189.69 -
System Red Green Blue C M Y K H S L
Decimal 235 130 17 0 0.45 0.93 0.08 31.1 0.87 0.49
Hex EB 82 11 0 2D 5D 8 1F 57 31
Octal 353 202 21 0 55 135 10 37 127 61
Binary 11101011 10000010 10001 0 101101 1011101 1000 11111 1010111 110001

Color Harmonies of #EB8211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8211

Black with #EB8211

Text Example


Text Example

White with #EB8211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8211; }

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

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

background-color css

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

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

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

border-color css

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

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

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