Html Css Color HEX #EF8C07 Tangerine

📋 copy color: '#EF8C07'

red 239 ◦ green 140 ◦ blue 7

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

Shades of Tangerine #EF8C07

Tints of Tangerine #EF8C07

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.27%

 BLUE value IS 7 (3.13% from 255) = 1.81%

R = 61.92%
G = 36.27%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EF8C07 (or 0xEF8C07) is known color: Tangerine. HEX triplet: EF, 8C and 07. RGB value is (239,140,7). Sum of RGB (Red+Green+Blue) = 239+140+7=386 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.92% from 386); Green value is 140 (55.08% from 255 or 36.27% from 386); Blue value is 7 (3.12% from 255 or 1.81% from 386); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8C07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8C07 is #1073F8. Grayscale: #9B9B9B. Windows color (decimal): -1078265 or 494831. OLE color: 494831.

HSL color Cylindrical-coordinate representation of color #EF8C07: hue angle of 34.4º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF8C07 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 140 7 -
CMYK 0 0.41 0.97 0.06
HSL 34.4º 0.94% 0.48% -
HSV(B) 34.4º 0.97% 0.94% -
XYZ 45.01 37.12 4.99 -
YUV 154.44 44.8 188.31 -
System Red Green Blue C M Y K H S L
Decimal 239 140 7 0 0.41 0.97 0.06 34.4 0.94 0.48
Hex EF 8C 7 0 29 61 6 22 5E 30
Octal 357 214 7 0 51 141 6 42 136 60
Binary 11101111 10001100 111 0 101001 1100001 110 100010 1011110 110000

Color Harmonies of #EF8C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8C07

Black with #EF8C07

Text Example


Text Example

White with #EF8C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8C07; }

 p { color: rgb(239,140,7); }

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

background-color css

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

 a { background-color: rgb(239,140,7); }

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

border-color css

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

 span { border-color: rgb(239,140,7); }

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