Html Css Color HEX #EF8301 Tangerine

📋 copy color: '#EF8301'

red 239 ◦ green 131 ◦ blue 1

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

Shades of Tangerine #EF8301

Tints of Tangerine #EF8301

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.31%

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

R = 64.42%
G = 35.31%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#EF8301 (or 0xEF8301) is known color: Tangerine. HEX triplet: EF, 83 and 01. RGB value is (239,131,1). Sum of RGB (Red+Green+Blue) = 239+131+1=371 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.42% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 1 (0.78% from 255 or 0.27% from 371); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8301 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8301 is #107CFE. Grayscale: #959595. Windows color (decimal): -1080575 or 99311. OLE color: 99311.

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

Color convert

RGB 239 131 1 -
CMYK 0 0.45 1.00 0.06
HSL 32.77º 0.99% 0.47% -
HSV(B) 32.77º 1% 0.94% -
XYZ 43.72 34.59 4.4 -
YUV 148.47 44.78 192.57 -
System Red Green Blue C M Y K H S L
Decimal 239 131 1 0 0.45 1.00 0.06 32.77 0.99 0.47
Hex EF 83 1 0 2D 64 6 21 63 2F
Octal 357 203 1 0 55 144 6 41 143 57
Binary 11101111 10000011 1 0 101101 1100100 110 100001 1100011 101111

Color Harmonies of #EF8301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8301

Black with #EF8301

Text Example


Text Example

White with #EF8301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8301; }

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

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

background-color css

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

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

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

border-color css

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

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

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