Html Css Color HEX #EF8C01 Tangerine

📋 copy color: '#EF8C01'

red 239 ◦ green 140 ◦ blue 1

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

Shades of Tangerine #EF8C01

Tints of Tangerine #EF8C01

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.84%

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 62.89%
G = 36.84%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#EF8C01 (or 0xEF8C01) is known color: Tangerine. HEX triplet: EF, 8C and 01. RGB value is (239,140,1). Sum of RGB (Red+Green+Blue) = 239+140+1=380 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.89% from 380); Green value is 140 (55.08% from 255 or 36.84% from 380); Blue value is 1 (0.78% from 255 or 0.26% from 380); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8C01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8C01 is #1073FE. Grayscale: #9A9A9A. Windows color (decimal): -1078271 or 101615. OLE color: 101615.

HSL color Cylindrical-coordinate representation of color #EF8C01: hue angle of 35.04º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF8C01 is Cyan = 0, Magento = 0.41, Yellow = 1.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 140 1 -
CMYK 0 0.41 1.00 0.06
HSL 35.04º 0.99% 0.47% -
HSV(B) 35.04º 1% 0.94% -
XYZ 44.98 37.11 4.82 -
YUV 153.76 41.8 188.8 -
System Red Green Blue C M Y K H S L
Decimal 239 140 1 0 0.41 1.00 0.06 35.04 0.99 0.47
Hex EF 8C 1 0 29 64 6 23 63 2F
Octal 357 214 1 0 51 144 6 43 143 57
Binary 11101111 10001100 1 0 101001 1100100 110 100011 1100011 101111

Color Harmonies of #EF8C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8C01

Black with #EF8C01

Text Example


Text Example

White with #EF8C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8C01; }

 p { color: rgb(239,140,1); }

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

background-color css

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

 a { background-color: rgb(239,140,1); }

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

border-color css

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

 span { border-color: rgb(239,140,1); }

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