Html Css Color HEX #EF8200 Tangerine

📋 copy color: '#EF8200'

red 239 ◦ green 130 ◦ blue 0

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

Shades of Tangerine #EF8200

Tints of Tangerine #EF8200

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.23%

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

R = 64.77%
G = 35.23%
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

#EF8200 (or 0xEF8200) is known color: Tangerine. HEX triplet: EF, 82 and 00. RGB value is (239,130,0). Sum of RGB (Red+Green+Blue) = 239+130+0=369 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.77% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 0 (0.39% from 255 or 0% from 369); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8200 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8200 is #107DFF. Grayscale: #949494. Windows color (decimal): -1080832 or 33519. OLE color: 33519.

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

Color convert

RGB 239 130 0 -
CMYK 0 0.46 1 0.06
HSL 32.64º 1% 0.47% -
HSV(B) 32.64º 1% 0.94% -
XYZ 43.58 34.32 4.33 -
YUV 147.77 44.61 193.07 -
System Red Green Blue C M Y K H S L
Decimal 239 130 0 0 0.46 1 0.06 32.64 1 0.47
Hex EF 82 0 0 2E 64 6 21 64 2F
Octal 357 202 0 0 56 144 6 41 144 57
Binary 11101111 10000010 0 0 101110 1100100 110 100001 1100100 101111

Color Harmonies of #EF8200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8200

Black with #EF8200

Text Example


Text Example

White with #EF8200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8200; }

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

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

background-color css

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

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

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

border-color css

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

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

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