Html Css Color HEX #EF8400 Tangerine

📋 copy color: '#EF8400'

red 239 ◦ green 132 ◦ blue 0

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

Shades of Tangerine #EF8400

Tints of Tangerine #EF8400

RGB

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

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

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

R = 64.42%
G = 35.58%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EF8400 (or 0xEF8400) is known color: Tangerine. HEX triplet: EF, 84 and 00. RGB value is (239,132,0). Sum of RGB (Red+Green+Blue) = 239+132+0=371 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.42% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 0 (0.39% from 255 or 0% from 371); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8400 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8400 is #107BFF. Grayscale: #959595. Windows color (decimal): -1080320 or 34031. OLE color: 34031.

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

Color convert

RGB 239 132 0 -
CMYK 0 0.45 1 0.06
HSL 33.14º 1% 0.47% -
HSV(B) 33.14º 1% 0.94% -
XYZ 43.85 34.85 4.42 -
YUV 148.95 43.95 192.23 -
System Red Green Blue C M Y K H S L
Decimal 239 132 0 0 0.45 1 0.06 33.14 1 0.47
Hex EF 84 0 0 2D 64 6 21 64 2F
Octal 357 204 0 0 55 144 6 41 144 57
Binary 11101111 10000100 0 0 101101 1100100 110 100001 1100100 101111

Color Harmonies of #EF8400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8400

Black with #EF8400

Text Example


Text Example

White with #EF8400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8400; }

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

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

background-color css

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

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

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

border-color css

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

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

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