#EF8C06

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

Shades of Tangerine #EF8C06

Tints of Tangerine #EF8C06

Color information

#EF8C06 (or 0xEF8C06) is unknown color: approx Tangerine. HEX triplet: EF, 8C and 06. RGB value is (239,140,6). Sum of RGB (Red+Green+Blue) = 239+140+6=385 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.08% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 6 (2.73% from 255 or 1.56% from 385); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8C06 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8C06 is #1073F9. Grayscale: #9A9A9A. Windows color (decimal): -1078266 or 429295. OLE color: 429295.

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

Color convert

RGB2391406-
CMYK00.410.970.06
HSL34.51º95.1%48.04%-
HSV(B)34.51º97.49%93.73%-
XYZ45.0137.124.97-
YUV154.3244.3188.4-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 62.08%
GREEN value IS 140 (55.08% from 255) = 36.36%
BLUE value IS 6 (2.73% from 255) = 1.56%
R=62.08%
G=36.36%
B=1.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.97
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239140600.410.970.0634.5195.148.04
HexEF8C6029616235f30
Octal357214605114164313760
Binary1110111110001100110010100111000011101000111011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8C06; }

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

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

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

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

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

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

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

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