Html Css Color HEX #EF860F Tangerine

📋 copy color: '#EF860F'

red 239 ◦ green 134 ◦ blue 15

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

Shades of Tangerine #EF860F

Tints of Tangerine #EF860F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.87%

R = 61.6%
G = 34.54%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EF860F (or 0xEF860F) is known color: Tangerine. HEX triplet: EF, 86 and 0F. RGB value is (239,134,15). Sum of RGB (Red+Green+Blue) = 239+134+15=388 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.60% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 15 (6.25% from 255 or 3.87% from 388); Max value from RGB is 239 - color contains mainly: red. Hex color #EF860F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF860F is #1079F0. Grayscale: #989898. Windows color (decimal): -1079793 or 1017583. OLE color: 1017583.

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

Color convert

RGB 239 134 15 -
CMYK 0 0.44 0.94 0.06
HSL 31.88º 0.88% 0.5% -
HSV(B) 31.88º 0.94% 0.94% -
XYZ 44.21 35.44 4.96 -
YUV 151.83 50.79 190.18 -
System Red Green Blue C M Y K H S L
Decimal 239 134 15 0 0.44 0.94 0.06 31.88 0.88 0.5
Hex EF 86 F 0 2C 5E 6 20 58 32
Octal 357 206 17 0 54 136 6 40 130 62
Binary 11101111 10000110 1111 0 101100 1011110 110 100000 1011000 110010

Color Harmonies of #EF860F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF860F

Black with #EF860F

Text Example


Text Example

White with #EF860F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF860F; }

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

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

background-color css

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

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

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

border-color css

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

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

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