Html Css Color HEX #EF8408 Tangerine

📋 copy color: '#EF8408'

red 239 ◦ green 132 ◦ blue 8

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

Shades of Tangerine #EF8408

Tints of Tangerine #EF8408

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.83%

 BLUE value IS 8 (3.52% from 255) = 2.11%

R = 63.06%
G = 34.83%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EF8408 (or 0xEF8408) is known color: Tangerine. HEX triplet: EF, 84 and 08. RGB value is (239,132,8). Sum of RGB (Red+Green+Blue) = 239+132+8=379 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.06% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 8 (3.52% from 255 or 2.11% from 379); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8408 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8408 is #107BF7. Grayscale: #969696. Windows color (decimal): -1080312 or 558319. OLE color: 558319.

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

Color convert

RGB 239 132 8 -
CMYK 0 0.45 0.97 0.06
HSL 32.21º 0.94% 0.48% -
HSV(B) 32.21º 0.97% 0.94% -
XYZ 43.89 34.87 4.65 -
YUV 149.86 47.95 191.58 -
System Red Green Blue C M Y K H S L
Decimal 239 132 8 0 0.45 0.97 0.06 32.21 0.94 0.48
Hex EF 84 8 0 2D 61 6 20 5E 30
Octal 357 204 10 0 55 141 6 40 136 60
Binary 11101111 10000100 1000 0 101101 1100001 110 100000 1011110 110000

Color Harmonies of #EF8408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8408

Black with #EF8408

Text Example


Text Example

White with #EF8408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8408; }

 p { color: rgb(239,132,8); }

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

background-color css

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

 a { background-color: rgb(239,132,8); }

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

border-color css

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

 span { border-color: rgb(239,132,8); }

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