Html Css Color HEX #EF7F11 Tangerine

📋 copy color: '#EF7F11'

red 239 ◦ green 127 ◦ blue 17

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

Shades of Tangerine #EF7F11

Tints of Tangerine #EF7F11

RGB

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

 GREEN value IS 127 (50% from 255) = 33.16%

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

R = 62.4%
G = 33.16%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#EF7F11 (or 0xEF7F11) is known color: Tangerine. HEX triplet: EF, 7F and 11. RGB value is (239,127,17). Sum of RGB (Red+Green+Blue) = 239+127+17=383 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.40% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 17 (7.03% from 255 or 4.44% from 383); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7F11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF7F11 is #1080EE. Grayscale: #949494. Windows color (decimal): -1081583 or 1146863. OLE color: 1146863.

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

Color convert

RGB 239 127 17 -
CMYK 0 0.47 0.93 0.06
HSL 29.73º 0.87% 0.5% -
HSV(B) 29.73º 0.93% 0.94% -
XYZ 43.29 33.57 4.73 -
YUV 147.95 54.11 192.94 -
System Red Green Blue C M Y K H S L
Decimal 239 127 17 0 0.47 0.93 0.06 29.73 0.87 0.5
Hex EF 7F 11 0 2F 5D 6 1E 57 32
Octal 357 177 21 0 57 135 6 36 127 62
Binary 11101111 1111111 10001 0 101111 1011101 110 11110 1010111 110010

Color Harmonies of #EF7F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7F11

Black with #EF7F11

Text Example


Text Example

White with #EF7F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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