Html Css Color HEX #EF8900 Tangerine

📋 copy color: '#EF8900'

red 239 ◦ green 137 ◦ blue 0

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

Shades of Tangerine #EF8900

Tints of Tangerine #EF8900

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.44%

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

R = 63.56%
G = 36.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EF8900 (or 0xEF8900) is known color: Tangerine. HEX triplet: EF, 89 and 00. RGB value is (239,137,0). Sum of RGB (Red+Green+Blue) = 239+137+0=376 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.56% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 0 (0.39% from 255 or 0% from 376); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8900 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8900 is #1076FF. Grayscale: #989898. Windows color (decimal): -1079040 or 35311. OLE color: 35311.

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

Color convert

RGB 239 137 0 -
CMYK 0 0.43 1 0.06
HSL 34.39º 1% 0.47% -
HSV(B) 34.39º 1% 0.94% -
XYZ 44.54 36.24 4.65 -
YUV 151.88 42.29 190.14 -
System Red Green Blue C M Y K H S L
Decimal 239 137 0 0 0.43 1 0.06 34.39 1 0.47
Hex EF 89 0 0 2B 64 6 22 64 2F
Octal 357 211 0 0 53 144 6 42 144 57
Binary 11101111 10001001 0 0 101011 1100100 110 100010 1100100 101111

Color Harmonies of #EF8900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8900

Black with #EF8900

Text Example


Text Example

White with #EF8900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8900; }

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

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

background-color css

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

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

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

border-color css

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

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

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