#efab0f

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

Shades of Dark Tangerine #EFAB0F

Tints of Dark Tangerine #EFAB0F

Color information

#EFAB0F (or 0xEFAB0F) is unknown color: approx Dark Tangerine. HEX triplet: EF, AB and 0F. RGB value is (239,171,15). Sum of RGB (Red+Green+Blue) = 239+171+15=425 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.24% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 15 (6.25% from 255 or 3.53% from 425); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFAB0F is #1054F0. Grayscale: #AEAEAE. Windows color (decimal): -1070321 or 1027055. OLE color: 1027055.

HSL color Cylindrical-coordinate representation of color #EFAB0F: hue angle of 41.79º 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 #EFAB0F is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB23917115-
CMYK00.280.940.06
HSL41.79º88.19%49.8%-
HSV(B)41.79º93.72%93.73%-
XYZ50.2547.516.97-
YUV173.5538.53174.68-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 56.24%
GREEN value IS 171 (67.19% from 255) = 40.24%
BLUE value IS 15 (6.25% from 255) = 3.53%
R=56.24%
G=40.24%
B=3.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.94
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391711500.280.940.0641.7988.1949.8
HexEFABF01C5E62a5832
Octal3572531703413665213062
Binary1110111110101011111101110010111101101010101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efab0f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efab0f; }

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

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

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

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

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

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

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

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