Html Css Color HEX #EF8F0A Tangerine

📋 copy color: '#EF8F0A'

red 239 ◦ green 143 ◦ blue 10

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

Shades of Tangerine #EF8F0A

Tints of Tangerine #EF8F0A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.48%

 BLUE value IS 10 (4.3% from 255) = 2.55%

R = 60.97%
G = 36.48%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EF8F0A (or 0xEF8F0A) is known color: Tangerine. HEX triplet: EF, 8F and 0A. RGB value is (239,143,10). Sum of RGB (Red+Green+Blue) = 239+143+10=392 (51% of max value = 765). Red value is 239 (93.75% from 255 or 60.97% from 392); Green value is 143 (56.25% from 255 or 36.48% from 392); Blue value is 10 (4.30% from 255 or 2.55% from 392); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8F0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8F0A is #1070F5. Grayscale: #9D9D9D. Windows color (decimal): -1077494 or 692207. OLE color: 692207.

HSL color Cylindrical-coordinate representation of color #EF8F0A: hue angle of 34.85º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF8F0A is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 143 10 -
CMYK 0 0.40 0.96 0.06
HSL 34.85º 0.92% 0.49% -
HSV(B) 34.85º 0.96% 0.94% -
XYZ 45.47 38.02 5.23 -
YUV 156.54 45.3 186.81 -
System Red Green Blue C M Y K H S L
Decimal 239 143 10 0 0.40 0.96 0.06 34.85 0.92 0.49
Hex EF 8F A 0 28 60 6 23 5C 31
Octal 357 217 12 0 50 140 6 43 134 61
Binary 11101111 10001111 1010 0 101000 1100000 110 100011 1011100 110001

Color Harmonies of #EF8F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8F0A

Black with #EF8F0A

Text Example


Text Example

White with #EF8F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8F0A; }

 p { color: rgb(239,143,10); }

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

background-color css

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

 a { background-color: rgb(239,143,10); }

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

border-color css

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

 span { border-color: rgb(239,143,10); }

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