Html Css Color HEX #EF8308 Tangerine

📋 copy color: '#EF8308'

red 239 ◦ green 131 ◦ blue 8

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

Shades of Tangerine #EF8308

Tints of Tangerine #EF8308

RGB

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

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

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

R = 63.23%
G = 34.66%
B = 2.12%

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

#EF8308 (or 0xEF8308) is known color: Tangerine. HEX triplet: EF, 83 and 08. RGB value is (239,131,8). Sum of RGB (Red+Green+Blue) = 239+131+8=378 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.23% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 8 (3.52% from 255 or 2.12% from 378); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8308 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8308 is #107CF7. Grayscale: #959595. Windows color (decimal): -1080568 or 558063. OLE color: 558063.

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

Color convert

RGB 239 131 8 -
CMYK 0 0.45 0.97 0.06
HSL 31.95º 0.94% 0.48% -
HSV(B) 31.95º 0.97% 0.94% -
XYZ 43.76 34.6 4.6 -
YUV 149.27 48.28 192 -
System Red Green Blue C M Y K H S L
Decimal 239 131 8 0 0.45 0.97 0.06 31.95 0.94 0.48
Hex EF 83 8 0 2D 61 6 20 5E 30
Octal 357 203 10 0 55 141 6 40 136 60
Binary 11101111 10000011 1000 0 101101 1100001 110 100000 1011110 110000

Color Harmonies of #EF8308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8308

Black with #EF8308

Text Example


Text Example

White with #EF8308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8308; }

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

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

background-color css

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

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

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

border-color css

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

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

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