Html Css Color HEX #EF7F0E Tangerine

📋 copy color: '#EF7F0E'

red 239 ◦ green 127 ◦ blue 14

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

Shades of Tangerine #EF7F0E

Tints of Tangerine #EF7F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.68%

R = 62.89%
G = 33.42%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EF7F0E (or 0xEF7F0E) is known color: Tangerine. HEX triplet: EF, 7F and 0E. RGB value is (239,127,14). Sum of RGB (Red+Green+Blue) = 239+127+14=380 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.89% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 14 (5.86% from 255 or 3.68% from 380); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7F0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF7F0E is #1080F1. Grayscale: #949494. Windows color (decimal): -1081586 or 950255. OLE color: 950255.

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

Color convert

RGB 239 127 14 -
CMYK 0 0.47 0.94 0.06
HSL 30.13º 0.89% 0.5% -
HSV(B) 30.13º 0.94% 0.94% -
XYZ 43.27 33.56 4.61 -
YUV 147.61 52.61 193.19 -
System Red Green Blue C M Y K H S L
Decimal 239 127 14 0 0.47 0.94 0.06 30.13 0.89 0.5
Hex EF 7F E 0 2F 5E 6 1E 59 32
Octal 357 177 16 0 57 136 6 36 131 62
Binary 11101111 1111111 1110 0 101111 1011110 110 11110 1011001 110010

Color Harmonies of #EF7F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7F0E

Black with #EF7F0E

Text Example


Text Example

White with #EF7F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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