Html Css Color HEX #EF860C Tangerine

📋 copy color: '#EF860C'

red 239 ◦ green 134 ◦ blue 12

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

Shades of Tangerine #EF860C

Tints of Tangerine #EF860C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.12%

R = 62.08%
G = 34.81%
B = 3.12%

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

#EF860C (or 0xEF860C) is known color: Tangerine. HEX triplet: EF, 86 and 0C. RGB value is (239,134,12). Sum of RGB (Red+Green+Blue) = 239+134+12=385 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.08% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 12 (5.08% from 255 or 3.12% from 385); Max value from RGB is 239 - color contains mainly: red. Hex color #EF860C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF860C is #1079F3. Grayscale: #989898. Windows color (decimal): -1079796 or 820975. OLE color: 820975.

HSL color Cylindrical-coordinate representation of color #EF860C: hue angle of 32.25º degrees, saturation: 0.9, 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 #EF860C is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 134 12 -
CMYK 0 0.44 0.95 0.06
HSL 32.25º 0.9% 0.49% -
HSV(B) 32.25º 0.95% 0.94% -
XYZ 44.19 35.43 4.86 -
YUV 151.49 49.29 190.42 -
System Red Green Blue C M Y K H S L
Decimal 239 134 12 0 0.44 0.95 0.06 32.25 0.9 0.49
Hex EF 86 C 0 2C 5F 6 20 5A 31
Octal 357 206 14 0 54 137 6 40 132 61
Binary 11101111 10000110 1100 0 101100 1011111 110 100000 1011010 110001

Color Harmonies of #EF860C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF860C

Black with #EF860C

Text Example


Text Example

White with #EF860C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF860C; }

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

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

background-color css

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

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

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

border-color css

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

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

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