Html Css Color HEX #EF850F Tangerine

📋 copy color: '#EF850F'

red 239 ◦ green 133 ◦ blue 15

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

Shades of Tangerine #EF850F

Tints of Tangerine #EF850F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.37%

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

R = 61.76%
G = 34.37%
B = 3.88%

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

#EF850F (or 0xEF850F) is known color: Tangerine. HEX triplet: EF, 85 and 0F. RGB value is (239,133,15). Sum of RGB (Red+Green+Blue) = 239+133+15=387 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.76% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 15 (6.25% from 255 or 3.88% from 387); Max value from RGB is 239 - color contains mainly: red. Hex color #EF850F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF850F is #107AF0. Grayscale: #979797. Windows color (decimal): -1080049 or 1017327. OLE color: 1017327.

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

Color convert

RGB 239 133 15 -
CMYK 0 0.44 0.94 0.06
HSL 31.61º 0.88% 0.5% -
HSV(B) 31.61º 0.94% 0.94% -
XYZ 44.07 35.16 4.92 -
YUV 151.24 51.12 190.59 -
System Red Green Blue C M Y K H S L
Decimal 239 133 15 0 0.44 0.94 0.06 31.61 0.88 0.5
Hex EF 85 F 0 2C 5E 6 20 58 32
Octal 357 205 17 0 54 136 6 40 130 62
Binary 11101111 10000101 1111 0 101100 1011110 110 100000 1011000 110010

Color Harmonies of #EF850F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF850F

Black with #EF850F

Text Example


Text Example

White with #EF850F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF850F; }

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

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

background-color css

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

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

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

border-color css

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

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

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