Html Css Color HEX #EF8401 Tangerine

📋 copy color: '#EF8401'

red 239 ◦ green 132 ◦ blue 1

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

Shades of Tangerine #EF8401

Tints of Tangerine #EF8401

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.48%

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

R = 64.25%
G = 35.48%
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

#EF8401 (or 0xEF8401) is known color: Tangerine. HEX triplet: EF, 84 and 01. RGB value is (239,132,1). Sum of RGB (Red+Green+Blue) = 239+132+1=372 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.25% from 372); Green value is 132 (51.95% from 255 or 35.48% from 372); Blue value is 1 (0.78% from 255 or 0.27% from 372); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8401 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8401 is #107BFE. Grayscale: #959595. Windows color (decimal): -1080319 or 99567. OLE color: 99567.

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

Color convert

RGB 239 132 1 -
CMYK 0 0.45 1.00 0.06
HSL 33.03º 0.99% 0.47% -
HSV(B) 33.03º 1% 0.94% -
XYZ 43.85 34.86 4.45 -
YUV 149.06 44.45 192.15 -
System Red Green Blue C M Y K H S L
Decimal 239 132 1 0 0.45 1.00 0.06 33.03 0.99 0.47
Hex EF 84 1 0 2D 64 6 21 63 2F
Octal 357 204 1 0 55 144 6 41 143 57
Binary 11101111 10000100 1 0 101101 1100100 110 100001 1100011 101111

Color Harmonies of #EF8401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8401

Black with #EF8401

Text Example


Text Example

White with #EF8401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8401; }

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

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

background-color css

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

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

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

border-color css

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

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

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