Html Css Color HEX #EF8612 Tangerine

📋 copy color: '#EF8612'

red 239 ◦ green 134 ◦ blue 18

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

Shades of Tangerine #EF8612

Tints of Tangerine #EF8612

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.27%

 BLUE value IS 18 (7.42% from 255) = 4.6%

R = 61.13%
G = 34.27%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF8612 (or 0xEF8612) is known color: Tangerine. HEX triplet: EF, 86 and 12. RGB value is (239,134,18). Sum of RGB (Red+Green+Blue) = 239+134+18=391 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.13% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 18 (7.42% from 255 or 4.60% from 391); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8612 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8612 is #1079ED. Grayscale: #989898. Windows color (decimal): -1079790 or 1214191. OLE color: 1214191.

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

Color convert

RGB 239 134 18 -
CMYK 0 0.44 0.92 0.06
HSL 31.49º 0.87% 0.5% -
HSV(B) 31.49º 0.92% 0.94% -
XYZ 44.23 35.44 5.08 -
YUV 152.17 52.29 189.93 -
System Red Green Blue C M Y K H S L
Decimal 239 134 18 0 0.44 0.92 0.06 31.49 0.87 0.5
Hex EF 86 12 0 2C 5C 6 1F 57 32
Octal 357 206 22 0 54 134 6 37 127 62
Binary 11101111 10000110 10010 0 101100 1011100 110 11111 1010111 110010

Color Harmonies of #EF8612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8612

Black with #EF8612

Text Example


Text Example

White with #EF8612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8612; }

 p { color: rgb(239,134,18); }

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

background-color css

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

 a { background-color: rgb(239,134,18); }

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

border-color css

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

 span { border-color: rgb(239,134,18); }

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