Html Css Color HEX #EF7C01 Tangerine

📋 copy color: '#EF7C01'

red 239 ◦ green 124 ◦ blue 1

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

Shades of Tangerine #EF7C01

Tints of Tangerine #EF7C01

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.07%

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

R = 65.66%
G = 34.07%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#EF7C01 (or 0xEF7C01) is known color: Tangerine. HEX triplet: EF, 7C and 01. RGB value is (239,124,1). Sum of RGB (Red+Green+Blue) = 239+124+1=364 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.66% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 1 (0.78% from 255 or 0.27% from 364); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7C01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF7C01 is #1083FE. Grayscale: #909090. Windows color (decimal): -1082367 or 97519. OLE color: 97519.

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

Color convert

RGB 239 124 1 -
CMYK 0 0.48 1.00 0.06
HSL 31.01º 0.99% 0.47% -
HSV(B) 31.01º 1% 0.94% -
XYZ 42.81 32.77 4.1 -
YUV 144.36 47.1 195.5 -
System Red Green Blue C M Y K H S L
Decimal 239 124 1 0 0.48 1.00 0.06 31.01 0.99 0.47
Hex EF 7C 1 0 30 64 6 1F 63 2F
Octal 357 174 1 0 60 144 6 37 143 57
Binary 11101111 1111100 1 0 110000 1100100 110 11111 1100011 101111

Color Harmonies of #EF7C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7C01

Black with #EF7C01

Text Example


Text Example

White with #EF7C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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