Html Css Color HEX #EF8402 Tangerine

📋 copy color: '#EF8402'

red 239 ◦ green 132 ◦ blue 2

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

Shades of Tangerine #EF8402

Tints of Tangerine #EF8402

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.54%

R = 64.08%
G = 35.39%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EF8402 (or 0xEF8402) is known color: Tangerine. HEX triplet: EF, 84 and 02. RGB value is (239,132,2). Sum of RGB (Red+Green+Blue) = 239+132+2=373 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.08% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 2 (1.17% from 255 or 0.54% from 373); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8402 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8402 is #107BFD. Grayscale: #959595. Windows color (decimal): -1080318 or 165103. OLE color: 165103.

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

Color convert

RGB 239 132 2 -
CMYK 0 0.45 0.99 0.06
HSL 32.91º 0.98% 0.47% -
HSV(B) 32.91º 0.99% 0.94% -
XYZ 43.86 34.86 4.47 -
YUV 149.17 44.95 192.07 -
System Red Green Blue C M Y K H S L
Decimal 239 132 2 0 0.45 0.99 0.06 32.91 0.98 0.47
Hex EF 84 2 0 2D 63 6 21 62 2F
Octal 357 204 2 0 55 143 6 41 142 57
Binary 11101111 10000100 10 0 101101 1100011 110 100001 1100010 101111

Color Harmonies of #EF8402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8402

Black with #EF8402

Text Example


Text Example

White with #EF8402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8402; }

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

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

background-color css

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

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

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

border-color css

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

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

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