Html Css Color HEX #EF8001 Tangerine

📋 copy color: '#EF8001'

red 239 ◦ green 128 ◦ blue 1

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

Shades of Tangerine #EF8001

Tints of Tangerine #EF8001

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.78%

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

R = 64.95%
G = 34.78%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#EF8001 (or 0xEF8001) is known color: Tangerine. HEX triplet: EF, 80 and 01. RGB value is (239,128,1). Sum of RGB (Red+Green+Blue) = 239+128+1=368 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.95% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 1 (0.78% from 255 or 0.27% from 368); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8001 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8001 is #107FFE. Grayscale: #939393. Windows color (decimal): -1081343 or 98543. OLE color: 98543.

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

Color convert

RGB 239 128 1 -
CMYK 0 0.46 1.00 0.06
HSL 32.02º 0.99% 0.47% -
HSV(B) 32.02º 1% 0.94% -
XYZ 43.32 33.79 4.27 -
YUV 146.71 45.77 193.83 -
System Red Green Blue C M Y K H S L
Decimal 239 128 1 0 0.46 1.00 0.06 32.02 0.99 0.47
Hex EF 80 1 0 2E 64 6 20 63 2F
Octal 357 200 1 0 56 144 6 40 143 57
Binary 11101111 10000000 1 0 101110 1100100 110 100000 1100011 101111

Color Harmonies of #EF8001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8001

Black with #EF8001

Text Example


Text Example

White with #EF8001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8001; }

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

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

background-color css

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

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

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

border-color css

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

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

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