Html Css Color HEX #E0860B Tangerine

📋 copy color: '#E0860B'

red 224 ◦ green 134 ◦ blue 11

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

Shades of Tangerine #E0860B

Tints of Tangerine #E0860B

RGB

 RED value IS 224 (87.89% from 255) = 60.7%

 GREEN value IS 134 (52.73% from 255) = 36.31%

 BLUE value IS 11 (4.69% from 255) = 2.98%

R = 60.7%
G = 36.31%
B = 2.98%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E0860B (or 0xE0860B) is known color: Tangerine. HEX triplet: E0, 86 and 0B. RGB value is (224,134,11). Sum of RGB (Red+Green+Blue) = 224+134+11=369 (48% of max value = 765). Red value is 224 (87.89% from 255 or 60.70% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 11 (4.69% from 255 or 2.98% from 369); Max value from RGB is 224 - color contains mainly: red. Hex color #E0860B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0860B is #1F79F4. Grayscale: #939393. Windows color (decimal): -2062837 or 755424. OLE color: 755424.

HSL color Cylindrical-coordinate representation of color #E0860B: hue angle of 34.65º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E0860B is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 134 11 -
CMYK 0 0.40 0.95 0.12
HSL 34.65º 0.91% 0.46% -
HSV(B) 34.65º 0.95% 0.88% -
XYZ 39.33 32.92 4.6 -
YUV 146.89 51.32 183 -
System Red Green Blue C M Y K H S L
Decimal 224 134 11 0 0.40 0.95 0.12 34.65 0.91 0.46
Hex E0 86 B 0 28 5F C 23 5B 2E
Octal 340 206 13 0 50 137 14 43 133 56
Binary 11100000 10000110 1011 0 101000 1011111 1100 100011 1011011 101110

Color Harmonies of #E0860B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0860B

Black with #E0860B

Text Example


Text Example

White with #E0860B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0860B; }

 p { color: rgb(224,134,11); }

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

background-color css

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

 a { background-color: rgb(224,134,11); }

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

border-color css

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

 span { border-color: rgb(224,134,11); }

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