Html Css Color HEX #EF860B Tangerine

📋 copy color: '#EF860B'

red 239 ◦ green 134 ◦ blue 11

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

Shades of Tangerine #EF860B

Tints of Tangerine #EF860B

RGB

 RED value IS 239 (93.75% from 255) = 62.24%

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

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

R = 62.24%
G = 34.9%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EF860B (or 0xEF860B) is known color: Tangerine. HEX triplet: EF, 86 and 0B. RGB value is (239,134,11). Sum of RGB (Red+Green+Blue) = 239+134+11=384 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.24% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 11 (4.69% from 255 or 2.86% from 384); Max value from RGB is 239 - color contains mainly: red. Hex color #EF860B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF860B is #1079F4. Grayscale: #979797. Windows color (decimal): -1079797 or 755439. OLE color: 755439.

HSL color Cylindrical-coordinate representation of color #EF860B: hue angle of 32.37º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF860B is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 134 11 -
CMYK 0 0.44 0.95 0.06
HSL 32.37º 0.91% 0.49% -
HSV(B) 32.37º 0.95% 0.94% -
XYZ 44.18 35.43 4.83 -
YUV 151.37 48.79 190.5 -
System Red Green Blue C M Y K H S L
Decimal 239 134 11 0 0.44 0.95 0.06 32.37 0.91 0.49
Hex EF 86 B 0 2C 5F 6 20 5B 31
Octal 357 206 13 0 54 137 6 40 133 61
Binary 11101111 10000110 1011 0 101100 1011111 110 100000 1011011 110001

Color Harmonies of #EF860B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF860B

Black with #EF860B

Text Example


Text Example

White with #EF860B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF860B; }

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

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

background-color css

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

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

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

border-color css

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

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

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