Html Css Color HEX #EF8600 Tangerine

📋 copy color: '#EF8600'

red 239 ◦ green 134 ◦ blue 0

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

Shades of Tangerine #EF8600

Tints of Tangerine #EF8600

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.92%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.08%
G = 35.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EF8600 (or 0xEF8600) is known color: Tangerine. HEX triplet: EF, 86 and 00. RGB value is (239,134,0). Sum of RGB (Red+Green+Blue) = 239+134+0=373 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.08% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 0 (0.39% from 255 or 0% from 373); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8600 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8600 is #1079FF. Grayscale: #969696. Windows color (decimal): -1079808 or 34543. OLE color: 34543.

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

Color convert

RGB 239 134 0 -
CMYK 0 0.44 1 0.06
HSL 33.64º 1% 0.47% -
HSV(B) 33.64º 1% 0.94% -
XYZ 44.12 35.4 4.51 -
YUV 150.12 43.29 191.4 -
System Red Green Blue C M Y K H S L
Decimal 239 134 0 0 0.44 1 0.06 33.64 1 0.47
Hex EF 86 0 0 2C 64 6 22 64 2F
Octal 357 206 0 0 54 144 6 42 144 57
Binary 11101111 10000110 0 0 101100 1100100 110 100010 1100100 101111

Color Harmonies of #EF8600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8600

Black with #EF8600

Text Example


Text Example

White with #EF8600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8600; }

 p { color: rgb(239,134,0); }

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

background-color css

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

 a { background-color: rgb(239,134,0); }

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

border-color css

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

 span { border-color: rgb(239,134,0); }

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