Html Css Color HEX #EF8000 Tangerine

📋 copy color: '#EF8000'

red 239 ◦ green 128 ◦ blue 0

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

Shades of Tangerine #EF8000

Tints of Tangerine #EF8000

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.88%

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

R = 65.12%
G = 34.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EF8000 (or 0xEF8000) is known color: Tangerine. HEX triplet: EF, 80 and 00. RGB value is (239,128,0). Sum of RGB (Red+Green+Blue) = 239+128+0=367 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.12% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 0 (0.39% from 255 or 0% from 367); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8000 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8000 is #107FFF. Grayscale: #939393. Windows color (decimal): -1081344 or 33007. OLE color: 33007.

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

Color convert

RGB 239 128 0 -
CMYK 0 0.46 1 0.06
HSL 32.13º 1% 0.47% -
HSV(B) 32.13º 1% 0.94% -
XYZ 43.32 33.79 4.24 -
YUV 146.6 45.27 193.91 -
System Red Green Blue C M Y K H S L
Decimal 239 128 0 0 0.46 1 0.06 32.13 1 0.47
Hex EF 80 0 0 2E 64 6 20 64 2F
Octal 357 200 0 0 56 144 6 40 144 57
Binary 11101111 10000000 0 0 101110 1100100 110 100000 1100100 101111

Color Harmonies of #EF8000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8000

Black with #EF8000

Text Example


Text Example

White with #EF8000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8000; }

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

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

background-color css

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

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

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

border-color css

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

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

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