#EF8C0F

Color #EF8C0F Tangerine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tangerine #EF8C0F

Tints of Tangerine #EF8C0F

Color information

#EF8C0F (or 0xEF8C0F) is unknown color: approx Tangerine. HEX triplet: EF, 8C and 0F. RGB value is (239,140,15). Sum of RGB (Red+Green+Blue) = 239+140+15=394 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.66% from 394); Green value is 140 (55.08% from 255 or 35.53% from 394); Blue value is 15 (6.25% from 255 or 3.81% from 394); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8C0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8C0F is #1073F0. Grayscale: #9B9B9B. Windows color (decimal): -1078257 or 1019119. OLE color: 1019119.

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

Color convert

RGB23914015-
CMYK00.410.940.06
HSL33.48º88.19%49.8%-
HSV(B)33.48º93.72%93.73%-
XYZ45.0637.145.25-
YUV155.3548.8187.66-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 60.66%
GREEN value IS 140 (55.08% from 255) = 35.53%
BLUE value IS 15 (6.25% from 255) = 3.81%
R=60.66%
G=35.53%
B=3.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.94
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391401500.410.940.0633.4888.1949.8
HexEF8CF0295E6215832
Octal3572141705113664113062
Binary11101111100011001111010100110111101101000011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8C0F; }

 p { color: rgb(239,140,15); }

 H1.HeaderClassName
 {
   color: #EF8C0F;
 }
 .AnyTagClassName
 {
   color: #EF8C0F;
 }
</style>
background-color css

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

 a { background-color: rgb(239,140,15); }

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

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

 span { border-color: rgb(239,140,15); }

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