#EFAC0F

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

Shades of Dark Tangerine #EFAC0F

Tints of Dark Tangerine #EFAC0F

Color information

#EFAC0F (or 0xEFAC0F) is unknown color: approx Dark Tangerine. HEX triplet: EF, AC and 0F. RGB value is (239,172,15). Sum of RGB (Red+Green+Blue) = 239+172+15=426 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.10% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 15 (6.25% from 255 or 3.52% from 426); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFAC0F is #1053F0. Grayscale: #AEAEAE. Windows color (decimal): -1070065 or 1027311. OLE color: 1027311.

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

Color convert

RGB23917215-
CMYK00.280.940.06
HSL42.05º88.19%49.8%-
HSV(B)42.05º93.72%93.73%-
XYZ50.4447.897.04-
YUV174.1438.2174.27-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 56.10%
GREEN value IS 172 (67.58% from 255) = 40.38%
BLUE value IS 15 (6.25% from 255) = 3.52%
R=56.10%
G=40.38%
B=3.52%

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
Decimal2391721500.280.940.0642.0588.1949.8
HexEFACF01C5E62a5832
Octal3572541703413665213062
Binary1110111110101100111101110010111101101010101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAC0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAC0F; }

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

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

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

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

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

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

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

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