Html Css Color HEX #EF8A00 Tangerine

📋 copy color: '#EF8A00'

red 239 ◦ green 138 ◦ blue 0

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

Shades of Tangerine #EF8A00

Tints of Tangerine #EF8A00

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.6%

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

R = 63.4%
G = 36.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EF8A00 (or 0xEF8A00) is known color: Tangerine. HEX triplet: EF, 8A and 00. RGB value is (239,138,0). Sum of RGB (Red+Green+Blue) = 239+138+0=377 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.40% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 0 (0.39% from 255 or 0% from 377); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8A00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8A00 is #1075FF. Grayscale: #999999. Windows color (decimal): -1078784 or 35567. OLE color: 35567.

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

Color convert

RGB 239 138 0 -
CMYK 0 0.42 1 0.06
HSL 34.64º 1% 0.47% -
HSV(B) 34.64º 1% 0.94% -
XYZ 44.69 36.53 4.7 -
YUV 152.47 41.96 189.72 -
System Red Green Blue C M Y K H S L
Decimal 239 138 0 0 0.42 1 0.06 34.64 1 0.47
Hex EF 8A 0 0 2A 64 6 23 64 2F
Octal 357 212 0 0 52 144 6 43 144 57
Binary 11101111 10001010 0 0 101010 1100100 110 100011 1100100 101111

Color Harmonies of #EF8A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8A00

Black with #EF8A00

Text Example


Text Example

White with #EF8A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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