Html Css Color HEX #EF8311 Tangerine

📋 copy color: '#EF8311'

red 239 ◦ green 131 ◦ blue 17

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

Shades of Tangerine #EF8311

Tints of Tangerine #EF8311

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.85%

 BLUE value IS 17 (7.03% from 255) = 4.39%

R = 61.76%
G = 33.85%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#EF8311 (or 0xEF8311) is known color: Tangerine. HEX triplet: EF, 83 and 11. RGB value is (239,131,17). Sum of RGB (Red+Green+Blue) = 239+131+17=387 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.76% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 17 (7.03% from 255 or 4.39% from 387); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8311 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8311 is #107CEE. Grayscale: #969696. Windows color (decimal): -1080559 or 1147887. OLE color: 1147887.

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

Color convert

RGB 239 131 17 -
CMYK 0 0.45 0.93 0.06
HSL 30.81º 0.87% 0.5% -
HSV(B) 30.81º 0.93% 0.94% -
XYZ 43.81 34.62 4.9 -
YUV 150.3 52.78 191.27 -
System Red Green Blue C M Y K H S L
Decimal 239 131 17 0 0.45 0.93 0.06 30.81 0.87 0.5
Hex EF 83 11 0 2D 5D 6 1F 57 32
Octal 357 203 21 0 55 135 6 37 127 62
Binary 11101111 10000011 10001 0 101101 1011101 110 11111 1010111 110010

Color Harmonies of #EF8311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8311

Black with #EF8311

Text Example


Text Example

White with #EF8311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8311; }

 p { color: rgb(239,131,17); }

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

background-color css

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

 a { background-color: rgb(239,131,17); }

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

border-color css

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

 span { border-color: rgb(239,131,17); }

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