Html Css Color HEX #EF8313 Tangerine

📋 copy color: '#EF8313'

red 239 ◦ green 131 ◦ blue 19

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

Shades of Tangerine #EF8313

Tints of Tangerine #EF8313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.88%

R = 61.44%
G = 33.68%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF8313 (or 0xEF8313) is known color: Tangerine. HEX triplet: EF, 83 and 13. RGB value is (239,131,19). Sum of RGB (Red+Green+Blue) = 239+131+19=389 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.44% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 19 (7.81% from 255 or 4.88% from 389); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8313 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8313 is #107CEC. Grayscale: #979797. Windows color (decimal): -1080557 or 1278959. OLE color: 1278959.

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

Color convert

RGB 239 131 19 -
CMYK 0 0.45 0.92 0.06
HSL 30.55º 0.87% 0.51% -
HSV(B) 30.55º 0.92% 0.94% -
XYZ 43.83 34.63 4.99 -
YUV 150.52 53.78 191.11 -
System Red Green Blue C M Y K H S L
Decimal 239 131 19 0 0.45 0.92 0.06 30.55 0.87 0.51
Hex EF 83 13 0 2D 5C 6 1F 57 33
Octal 357 203 23 0 55 134 6 37 127 63
Binary 11101111 10000011 10011 0 101101 1011100 110 11111 1010111 110011

Color Harmonies of #EF8313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8313

Black with #EF8313

Text Example


Text Example

White with #EF8313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8313; }

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

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

background-color css

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

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

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

border-color css

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

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

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